/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.0.0
*/
@import url("../u-design/style.css");

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/


/*------- to make widgetkit work properly ------*/

.wk-slideshow ul.slides li { margin-left:0px; }

/*------- Below is for plugin: GravityForms ------*/

/* Increase font size of ajax enabled dropdown lists--------------*/

.gform_wrapper .chzn-container {
	font-size: 20px !important;
}

/* Increase size of gray box around selections from ajax enabled dropdown lists--------------*/

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice {
	line-height: 25px !important;
}

/* Increase font size of dropdown lists WITHOUT ajax enabled--------------*/
.gform_wrapper select {
	font-size: 25px !important;
}

/* Increase font size of text boxes--------------*/

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
	font-size: 24px !important;
}

/* Increase font size of text under field boxes. EX: Nom, Prenom under Nom box--------------*/

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
	font-size: 21px !important;
}

/* Increase font size of text in text field boxes, when clients fill in info in paragraph form----------*/

.gform_wrapper textarea {
	font-size: 24px !important;
	}

/* Change stock orange "feedback button" to red EAE "Contact" button----------*/
#feedback a.feedback {
    background: url("../../uploads/2012/10/feedback-btn.png") no-repeat scroll 0 0 transparent;
}

a.dark-button {
    background:transparent url("../../uploads/2012/10/dark-button-l.png") no-repeat scroll left top !important;
}

a.dark-button span {
    background: transparent url("../../uploads/2012/10/dark-button-r.png") no-repeat scroll right top !important;
    color: #FFF;
}

/* Increase font size of Caption text when using captions with images----------*/

.wp-caption p.wp-caption-text {
    font-size: 19px;
    line-height: 28px;
    padding: 0 5px 1px;
    margin: 0;
}

/* Increase line spacing for toggle headings in EAE FAQ page ----------*/

h4.slide_toggle a {
line-height: 125%;
}

/* Change size of fonts in U Design's 'Tabs' shortcode ----------*/
.tabs-wrapper ul.tabs li a span {
  font-size: 20px;
  font-weight: bold;}

/* Landing page code to remove elements background-image:url('http://www.easyaccessenglish.com/wp-content/uploads/2013/09/landing-bg-short.jpg') background-position: top; ----------*/
.page-id-2094 #top-wrapper { display: none; }
.no-breadcrumbs-padding { display: none; }
.page-id-2094 #main-menu { display: none; }
.page-id-2094 #page-content-title { display: none; }
.page-id-2094 #page-content {background:#5ca3cf url(../../../images/_images_main_site/fac_bg.gif) repeat-x top left; }
.page-id-2094 #feedback { display: none ; }
.page-id-2094 .back-to-top { display: none ; }
.page-id-2094 #bottom-bg { display: none ; }
.page-id-2094 #preinscription {background-image:url('../../uploads/2013/09/preinscription-bg4.png'); height:93px; margin-top:25px;}
#newfooter { background-color:#003b8e; padding:10px 20px 20px 20px;}
#form { background-image:url('https://easyaccessenglish.com/wp-content/themes/u-design-child/style.css?ver=3.1.0'); background-repeat:no-repeat; background-color:#e5e5e5; padding:10px 20px 20px 20px;}
#newheader { background-color:#f70d00; padding:10px 0 10px 0;}
#landinglogo { background-color:#ffffff;}


/* Start: Customize U Design toggle icon ----------*/
h4.slide_toggle {
    background: url("../../uploads/2013/09/toggle-images.png") no-repeat scroll -32px 0 transparent;
    margin: 10px 0;
    padding: 0 0 15px 40px;
    position: relative;
}

h4.slide_toggle.clicked {
    background: url("../../uploads/2013/09/toggle-images.png") no-repeat scroll 0 -30px transparent;
}

h4.clicked {
    background: url("../../uploads/2013/09/toggle-images.png") no-repeat scroll 0 -30px transparent;
}
/* End: Customize U Design toggle icon ----------*/

/* To center YouTube video on home page */
div.youtubecenter{

 width: 560px;
 height: 315px;
 margin: 0 auto;
}

table.gf_directory{border: 1px solid black;font-size: small;}
table.gf_directory td, th{border: 1px solid black;}

/* To fix Notification Bar displaying incorrectly in Firefox and IE --*/
#notificationbar .nbar_topwrap .nbar_topitem {
    display: block;
    margin: 0 3px;
}

#notificationbar {
    padding: 4px 0;
}

/* End Notification Bar fix for Firefox and IE --*/

/* The below code takes the 'flat button' code and makes it just a box - used for pro page --*/

.flat-custom-box, .flat-custom-box span,
.flat-custom-box:visited, .flat-custom-box span:visited {
    display:inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.flat-custom-box, .flat-custom-box:visited {
    display: inline-block;
    text-decoration: none;

}
.flat-custom-box, a.flat-custom-box {
    outline: 0 none;
    margin: 3px;
}
.flat-custom-box:active { top: 1px; }
.flat-custom-box span {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    font-weight: bold;
    line-height: 1;
    color:#FFFFFF;
    text-decoration:none;
    text-align:center;
    white-space: nowrap;
}
.flat-custom-box span, .flat-custom-box span:visited {
    font-size: 13px;
    padding: 10px 20px;
}
.flat-custom-box:hover {
    color: #FFFFFF;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.flat-custom-box span, .flat-custom-box span:visited {
    background-color: #FF5C00;
    border: 1px solid #FF5C00;
}
.custom-box span, .flat-custom-box span {
  white-space: normal;
  line-height: 1.2;
}

/* Make images disappear on mobile --*/

@media screen and (max-width: 600px) {
    .myImageClass {display:none;}
}

/* Give tables border lines for Internal Lists page */
.gv-table-view th,.gv-table-view td {padding:.3em !important;border: 1px solid #cccccc !important;}

th {
	background-color: #333333 !important;
	color: #ffffff !important;
}

.gv-table-view tr:nth-child(even) {background: #f0f0f0 !important;}
.gv-table-view tr:nth-child(odd) {background: #FFF !important;}
/* -------------------------------------------------------------------- */

/* Change heading color of WPBakery Accordian - (set color to 'Gris' in accordian settings on the page) */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading { background-color: #c7c7c7 !important;}
/* -------------------------------------------------------------------- */