/*
Theme Name: u-design-child
Description: child theme for udesign theme
Author: Colorfire
Template: u-design
Version: 1.0
 */

/* responcive css for calendar */
@media screen and (max-width: 719px) { .big-container { display: none !important; } .small-container { display: inline-block !important; } .responsive-iframe-container { width: 90%; } }
@media screen and (min-width: 720px) { .big-container { display: block !important; } .small-container { display: none !important; } .responsive-iframe-container { width: 100%; } }
/* Responsive iFrame */
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 200px;
    overflow: hidden;
}
#post-12 .wpb_raw_html { text-align: center; }
.responsive-iframe-container iframe, .vresponsive-iframe-container object, .vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-iframe-container .view-cap { background-color: #798A91 !important; }
.mv-daynames-table, .ui-rtsr-unselected, .ui-rtsr-selected { background: #798A91 !important; color: #fff !important; }
/* fix nav menu text size */
#navigation-menu > * { font-size: 0.9em; }
/* end responcive css for calendar */
 
/* fix for footer color boxes */
.bottom-col-content { margin-top: 25px; padding: 15px; background-color: rgba(0,0,0,0.6); }
/* add background to sidebar */
#sidebarSubnav {
    margin: 0px;
    padding: 6px 10px 55px 10px;
    background-image: url(/wp-content/uploads/2015/04/chalkboard-sidebar-background-withborder.jpg);
    background-repeat: repeat-y;
    background-size: 100% 100%;
}

/* custom contact form look */
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #2EA3F2 !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
width:100%;
}
.wpcf7-submit:hover { 
background-color: #eee; 
border-color:#eee; 
padding: 6px 20px !important; 
}
#bottom-bg .wpcf7-text, #bottom-bg .wpcf7-textarea, #bottom-bg .wpcf7-captchar, #bottom-bg .wpcf7-submit, #bottom-bg .wpcf7-submit:hover { padding-top: 3px !important; padding-bottom: 3px !important; }
.wpcf7-recaptcha div { height: 80px !important; overflow:hidden; }
/* Contact Form Confirmation Settings */
.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14 !important;
	color: #fff !important;
}
.wpcf7-mail-sent-ng,
.wpcf7-aborted {
	border: 2px solid #ff0000;
	background: #ff0000 !important;
	color: #fff !important;
}

.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	background: #ffa500 !important;
	color: #fff !important;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	background: #f7e700 !important;
	color: red !important;
}
.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng,
.wpcf7-aborted,
.wpcf7-spam-blocked,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
	text-align: center !important;
	font-size: x-large !important;
	padding: 20px 0 !important;
}
.wpcf7-not-valid-tip { background:#ffffff80 !important; }