/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/


/* Layout
----------------------------------------------------------------------------------------------------*/

body .bodyBgPattern, #qLoverlay #qLbar {
	background: #d7d5d5;
}

body .bodyBgPattern {
	background: url(images/background.png) repeat-x fixed;
}

.toolbarWrapperbackground {

	background: #fff;
}

/*.bluebackground*/ #menubar {

						background: -webkit-gradient(radial, center center, 0, center center, 460, from(#0D9DDC), to(#0D5292));
						background: -webkit-radial-gradient(circle, #0D9DDC, #0D5292);
						background: -moz-radial-gradient(circle, #0D9DDC, #0D5292);
						background: -ms-radial-gradient(circle, #0D9DDC, #0D5292);

					}


div.bodyWrapper {border-radius: 0!important;
	border: 2px solid rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 0 20px 0 rgba(0,0,0,.05) inset;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.15), 0 0 20px 0 rgba(0,0,0,.05) inset;
	border-top: none;
}


#headerToolbar .widget_search,#headerToolbar input, #headerToolbar .searchbox  {
	height: 25px;
	margin-top: -3px;

}

.itemsquare {
	padding: 22px;
	#F5F5F5;
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
	background-repeat: repeat-x;
	border-color: #E6E6E6 #E6E6E6 #A2A2A2;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}


/*.itemsquare.wpb_content_element {
margin-bottom: 0!important;
}
*/

.icon-left {
	/*   padding-bottom: 10px;*/
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#0D9DDC), to(#0D5292));
	background: -webkit-radial-gradient(circle, #0D9DDC, #0D5292);
	background: -moz-radial-gradient(circle, #0D9DDC, #0D5292);
	background: -ms-radial-gradient(circle, #0D9DDC, #0D5292);
	overflow: auto;
}
.icon-left h3 {alignment-adjust: middle;text-align: center;margin-left: -40px;text-transform: uppercase; text-shadow: none;color: #fff;font-weight: 700;font-size: 16px;}

.wpb_wrapper hr {height: 0;}

/*.wpb_wrapper .one-fourth  {margin-top: 4px;}*/

.top a {color: #333333; font-size: 16px;margin: auto;}
.top a:hover {/*color: #FFA238;*/ color: #48b; text-decoration: underline; }


input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, select:focus, textarea:focus {
	box-shadow: 0 0 5px #E74F20 !important;
	/*margin: 5px 1px 3px 0px;*/
	border: 1px solid #E74F20 !important;
}

/* Menus
----------------------------------------------------------------------------------------------------*/


/* Modules
----------------------------------------------------------------------------------------------------*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Widget Contact Form
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*
#contact{
	list-style:none;
	margin:0;
	padding:0px 0px 0px 0px;
}

#question{
	padding:0px 0px 0px 0px;
}

#trust{
	padding:0px 0px 0px 0px;
}

#contact li{
	float: left;
	height: 50px;
	margin:0px 0px 10px 14px;
	width: 300px;
	position: relative;
	list-style: none;
	background: none;
	padding:0px 0px 0px 0px;
}
#contact li .text{
	background: #E1E4E6;
	padding:8px 10px 8px 8px;
	margin: 2px 0px 0px 1px;
	position:absolute;
	min-width:85px;
	min-height: 39px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}

#trust li .question{
	background: #E1E4E6;
	padding:8px 10px 8px 8px;
	margin: 2px 0px 0px 1px;
	position:absolute;
	z-index:100;
	min-width:270px;
	min-height: 39px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}

#contact li .required{
	position:absolute;
	right:15px;
	top:5px;
	z-index:100;
	min-width:15px;
	min-height: 15px;
	background: transparent url(images/required.png) no-repeat top right !important;
}

#contact li .wpcf7-form-control-wrap{
	position: absolute;
	padding:0px 0px 0px 0px;
}

#contact li .wpcf7-form-control-wrap input,
#contact li .wpcf7-form-control-wrap textarea{
	background:#fff;
	border:solid 5px #E1E4E6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:17px 10px 17px 0px;
	width: 167px;
	text-indent:5px;
	z-index:100;
	margin:0px 0px 0px 103px;
}

#contact li .wpcf7-form-control-wrap select{
	background:#fff;
	border:solid 5px #E1E4E6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:32px 10px 16px 0px;
	width: 189px;
	text-indent:5px;
	z-index:100;
	margin:0px 0px 0px 101px;
}

#contact li .wpcf7-form-control-wrap input:focus, #contact li .wpcf7-form-control-wrap textarea:focus{
	background:#F0EFEF
}
#contact li .wpcf7-form-control-wrap textarea{
	line-height: 28px;
    	padding: 10px;
	height:200px;
}
#contact li#message{
	min-height:220px;
}
#contact li#submit input{
	color:#fff;
	text-decoration:none;
	margin:10px 30px 0 0;
	background:#09b2f3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69d2f9', endColorstr='#09b2f3');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#69d2f9), to(#09b2f3));
	background: -moz-linear-gradient(top, #69d2f9, #09b2f3);
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-0-border-radius:3px;
	border-radius:3px;
	display:block;
	padding:10px 25px;
	text-align:center;
	text-shadow:0 1px 0 #09b2f3;
	text-transform:uppercase;
}
#contact li#submit input:hover{
	background:#69d2f9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b2f3', endColorstr='#69d2f9');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09b2f3), to(#69d2f9));
	background: -moz-linear-gradient(top, #09b2f3, #69d2f9);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-o-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	color:#06506c;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
	text-transform:uppercase;
	cursor:pointer;
}
div.wpcf7-validation-errors {
    clear: left;
}
.wpcf7 .fund-details {
	border: 1px solid #DDD;
}

#trust{
	list-style:none;
}

#trust li{
	float: left;
	height: 35px;
	width: 140px;
	position: relative;
	list-style: none;
        margin: 0px 0px 9px 0px;

}

#question li{
	float: left;
	height: 35px;
	margin:0px 0px 10px 14px;
	width: 90%;
	position: relative;
	list-style: none;
	background: none;
	padding:0px 0px 0px 0px;
}

#question li .text{
	background: #E1E4E6;
	padding:8px 10px 8px 8px;
	margin: 12px 0px 0px 1px;
	position:absolute;
	width:100%;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}

#trust li .required{
	position:absolute;
	right:3px;
	top:10px;
	z-index:100;
	min-width:15px;
	min-height: 15px;
	background: transparent url(images/required.png) no-repeat top right !important;
}

#trust li .wpcf7-form-control-wrap{

	padding:0px 0px 0px 0px;
}

#trust li .wpcf7-form-control-wrap input,
#trust li .wpcf7-form-control-wrap textarea{
	background:#fff;
	padding:6px 10px 6px 0px;
	width: 120px;

}

#trust li .wpcf7-form-control-wrap select{
	background:#fff;
        padding:6px 10px 6px 0px;
	width: 140px;
	z-index:100;
}

#trust li .wpcf7-form-control-wrap input:focus, #contact li .wpcf7-form-control-wrap textarea:focus{
	background:#F0EFEF
}
#trust li .wpcf7-form-control-wrap textarea{
	line-height: 28px;
    	padding: 10px;
	height:200px;
}
#trust li#message{
	min-height:220px;
}

div.wpcf7-validation-errors {
    clear: left;
}
.wpcf7 .fund-details {
	border: 1px solid #DDD;
}
*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

ul#contact li, ul#question li, ul#trust li {
	list-style: none;
	margin: 0;
	padding: 0;
}

table ul#contact, table ul#trust, table ul#question {
	margin: 0!important;
	padding: 0!important;
}


#trust input.wpcf7-text  {
	width: 70%;
}

select.wpcf7-select {

	width: 80%;

}

#contact input.wpcf7-text  {
	width: 85%;
}

span.required{
	display: block;
	float: right;
	z-index:100;
	width:15px;
	height: 15px;
	margin-top: 7px;
	background: transparent url(images/required.png) no-repeat right !important;
}

#forhide {
	display: none;
}

/*
Generic Styling, for Desktops/Laptops
*/
table {
	width: 100%;
	border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
	/*background: #F3F3F3;*/
	background: #FFF6EB;
}
th {
	background: #333;
	color: white;
	font-weight: bold;
}
td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}

table td ul {
	padding-left: 10px;
	padding-right: 10px;
}




/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 10%;
	}

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}



	/*
    Label the data
    */
	/*td:nth-of-type(1):before { content: ""; }
    td:nth-of-type(2):before { content: "Trustee1 /Beneficiary 1 (Compulsory)"; }
    td:nth-of-type(3):before { content: "Trustee2 /Beneficiary 2 (Optional)"; }
    td:nth-of-type(4):before { content: "Trustee3 /Beneficiary 3 (Optional)"; }
    td:nth-of-type(5):before { content: "Trustee4 /Beneficiary 4 (Optional)"; }
    td:nth-of-type(6):before { content: "Blabla Name"; }
    td:nth-of-type(7):before { content: "Date of Birth"; }
    td:nth-of-type(8):before { content: "Dream Vacation City"; }
    td:nth-of-type(9):before { content: "GPA"; }
    td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	body {
		padding: 0;
		margin: 0;
		width: 320px; }
}

/* iPads (portrait and landscape) ----------- */
/* edited by Vasko on 15.01.216: changes: max-device-width: 1024px TO: 1023px */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
	body {
		width: 495px;
	}
}


@media all and (max-width: 768px) {
	#toshow {
		display: none;
	}

	#forhide {
		display:block;
		width: 200px;
		margin:0 auto;
	}
}


/* Tools
----------------------------------------------------------------------------------------------------*/


/* System
----------------------------------------------------------------------------------------------------*/


#socialsidebar a
{
	padding-right:1px;
}
#socialsidebar img
{
	opacity:1.0;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#socialsidebar img:hover
{
	opacity:0.4;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#socialfooter a
{
	padding-right:5px;
}
#socialfooter img
{
	opacity:1.0;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#socialfooter img:hover
{
	opacity:0.4;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	width: auto;
}

.woocommerce #maininner {
	width: 100%;
}

.woocommerce div.product form.cart .button {
	float: none;
	display: block;
	margin: 0 0 0 auto;
}

.woocommerce div.product form.cart table td {
	padding-left: 6px;
}

.form-header-text {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.form-one-header-title-bg {
	background: #FFA238;
	text-align: center;
	text-transform: uppercase;
	min-width: 175px;
	border: 1px solid;
	border-color: #CCCCCC #CCCCCC #FFFFFF #CCCCCC;
}

.form-two-header-title-bg {
	background: #FFA238;
	text-align: center;
	text-transform: uppercase;
	min-width: 290px;
	border: 1px solid;
	border-color: #CCCCCC #CCCCCC #FFFFFF #CCCCCC;
}

.form-header-title-bg-top {
	background: #0D65A5;
	text-align: center;
	text-transform: uppercase;
	min-width: auto;
	border: 1px solid #FFFFFF;
}

th.form-header-title-bg-empty {
	background: #FFFFFF;
	border: none;
}

tbody tr td.wccf_field_container input, tbody tr td.wccf_field_container select {
	width: 85%;
}

span.hide-field-helper {
	display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #FFA238;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #FF8700;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #0D65A5;
	font-size: 1.5em;
	font-weight: 600;
	border-bottom: 1px solid #363636;
}

.wccf_grand_total dd {
	float: right;
	color: #FF8700;
	font-size: 1.5em;
	font-weight: 600;
}

.wccf_grand_total dt, .wccf_grand_total dd {
	display: inline-block;
	color: #FF8700;
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
}

.wccf_grand_total {
	margin: 15px 0;
	padding: 15px;
	background: #EEEEEE;
}

.woocommerce ul.products li.product .price {
	color: #363636;
	display: block;
	font-weight: 600;
	margin-bottom: .5em;
	font-size: 1.2em;
}

.woocommerce ul.products li.product h3 {
	padding: .5em 0;
	margin: 0 0 10px 0;
	font-size: 1em;
	font-weight: 600;
	color: #363636;
	text-transform: uppercase;
	border-bottom: 1px solid #363636;
}

.woocommerce td.product-name dl.variation dd p:last-child {
	margin-bottom: 0;
	margin-top: 0;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
	display: inline-block;
	float: left;
	margin-bottom: 0;
	font-size: 12px;
}

a.wc-cart-selected {
	display: block;
	margin: 15px 0;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}

tr.cart-subtotal th, tr.order-total th, th.product-remove, th.product-name, th.product-price, th.product-total, table.order_details tfoot tr th {
	background-color: #0D65A5;
}

table.order_details tfoot td {
	background: #F5F5F5;
}

tr.cart-subtotal, tr.order-total, tr.cart_item, tr.order_item {
	background: #F5F5F5;
}
td.product-price span.amount, td.product-total span.amount {
	font-weight: 600;
	font-size: 1.5em;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 190px;
	padding: 8px 10px 7px 10px;
	border: 1px solid #FFA238;
	border-radius: 3px;
	font-weight: 600;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: #FFFFFF;
	background-color: #FFA238;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #FF8700;
	color: #FFFFFF;
}

ul, ol, dl {
	padding-left: 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 6px;
}

div.pcg-box {
        display: inline-block;
}