/*
Theme Name: U-Design Child
Theme URI: https://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: https://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: ****/

/* Contact Form 7 Style 

.wpcf7-form fieldset label {
   display: block;
   font-weight: bold;
   line-height: .75;
   color:  	#181818;
   color: rgba(24,24,24);
   text-shadow: 0 1px 1px #fff;
   margin-left: 1px;
	}
.wpcf7-form fieldset label .asterisk {
color: #790000
}

.text_input, .text_area, textarea, #commentform input {
	width:275px
}

.divider29{
    position:absolute;
    left:61.5%;
    top:5%;
    bottom:25%;
    border-left:1px solid rgb(220,220,220);
}
*/

/*Contact Form 7 Style 2 */
 /* Contact Form 7 Style - Begin */
 
 .wpcf7 input, 
 
 
.wpcf7 textarea{
    padding:10px;
    color:#8e8e8e;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height: 20px;
	

    border: solid 1px #9f9f9f; 
    
    box-shadow: inset 2px 2px 8px #bababa;
    
    -webkit-transition: all 0.2s ease;
 /* -moz-transition: all 0.2s ease; */
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
    
}
.wpcf7 textarea#front{
	width:270px;
	height: 150px
	}
.wpcf7 textarea#side{
	width:250px;
	height: 175px
	}
.wpcf7 .wpcf7-list-item{
  padding-left: 0;
  margin-left: 0;
  margin-right: 25px;
}

.wpcf7 .wpcf7-list-item input{
  border: none;
  padding-left: 0;
  margin-left: 0;
}

.wpcf7 select{
  outline: none;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
}

.wpcf7 input:hover, 
.wpcf7 input:focus, 
.wpcf7 input:active, 
.wpcf7 textarea:hover, 
.wpcf7 textarea:focus, 
.wpcf7 textarea:active {
  background: #ebf7f5;
  outline: none;
}

.wpcf7 input.wpcf7-submit{

    -webkit-transition: 0;
  /* -moz-transition: 0; */
  -o-transition: 0;
  transition: 0;
  
  border: none;
  position: relative;
  
  color: #fff;
  
  text-shadow: 1px -2px 0px black;
  
  text-transform: uppercase;
  
  -webkit-border-radius: 10px;
  /* -moz-border-radius: 10px; */
  border-radius: 10px;
  
  font-size: 14px;
  
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  
  /* Gradient background */
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#9d0000), to(#000000));  
  background:  -moz-linear-gradient(top, #9d0000, #000000);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d0000', endColorstr='#000000');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#9d0000, endColorstr=#000000)&quot;;
  
  /* Drop Shadow */
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  /*-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3); */
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  
}

/* On hover */
.wpcf7 input.wpcf7-submit:hover{
  
  cursor: pointer;
  text-decoration: none;
  
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#580000), to(#9d0000));  
  background:  -moz-linear-gradient(top, #580000, #9d0000);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#580000', endColorstr='#9d0000');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#6d2f80)&quot;; 
}

/* On click */
.wpcf7 input.wpcf7-submit:active{
  top: 1px;
  
  color: #9d0000;
  
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#580000), to(#580000));  
  background:  -moz-linear-gradient(top, #580000, #580000);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#4d1b5c');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#4d1b5c)&quot;; 
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors{
    border:none;
    background-color:#f4ae46;
    margin:0;
    padding:20px;
    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#7ad33f;
    margin:0;
    padding:20px;
    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
    color: white;
}

.wpcf7 span.wpcf7-not-valid-tip{
    border:none;
    background-color:#cf2d38;
    padding:10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:10px;
    width: 180px;
    color: white;
    
    /* Drop shadow */
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.wpcf7-form .fleft{
  float: left;
}

.wpcf7-form .mright20{
  margin-right: 20px;
}

.wpcf7-form .mright40{
  margin-right: 40px;
}

.wpcf7-form .clear{
  clear: both;
}

/* Contact Form 7 Style - End */
/*  Menu Style - Begin */

#navigation-menu
{
	color: #05051A
}
.sf-menu {
list-style: none outside none;
    margin: 0;
    padding: 0;

  
}
.sf-menu a:visited {
    color: #FFFFFF;
}


.sf-menu a, .sf-menu {
  color: #0F0F0F;
}
.sf-menu a:hover {
	color:#990000;
}

#navigation-menu ul.sf-menu ul li 
{
margin-bottom: -2px;

#navigation-menu .sf-menu a:hover 
{
	color: #790000;
	
}

/*  Menu Style - End */

/* Responsive Queues */

@media (min-width: 769px) and (max-width: 960px) {
   #front {max-width:230px;}
   #frontname {max-width: 230px;}
   #frontemail {max-width: 230px;}
   #side {max-width: 230px;}
}
@media (min-width: 481px) and (max-width: 768px) {
   #front {max-width: 210px;}
   #frontname {max-width: 210px;}
   #frontemail {max-width: 210px;}
   #side {max-width: 210px;}
/*
#navigation-menu .sf-menu a
{
	color: #444444
}
#navigation-menu
{
	color: #666
}

/* Adds a blue line across the bottom on the menu items
 #main-menu {
  background: url("https://www.thepdxlawyer.com/wp-content/images/menuimageburgundy.png") scroll 10% 0 transparent;
  height: 40px;
}
*/
/*
#logo {
  left:0;
  padding-left:0px;
  position:absolute;
  top:-13px;
  z-index:100;
}
style.css (line 26)
*/



/*
}
#c3-header {
	padding-bottom:25px
}
*/
/*
#c1-slider {

  padding:0 18px 0 0;
  
}
*/

/*
#c3_slide_link_url {
  display:block;
  left:10px;
  opacity:1;
}
*/



/*
#slogan
{
padding-left:90px
}

div.sharedaddy div.sd-block {
	font-size:8px
}
*/

