/*
Theme Name: Astra Child
Author: 
Description: CAA 2020
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

thead th a {color:whitesmoke;}
thead {background-color:#F59115;}
//thead {background-color:#FACB91;}

/td {background:#ebebeb;}
td, th  {padding:0px 5px 0px;}

table {box-shadow: 5px 5px 10px #c2c2c2}

tr:nth-child(even) {background:#d7f1f7}

/** style the title on CAR page **/
#content .entry-title {background:F59115;
     padding-left:10px;
	 padding-bottom:5px;
     border: 2px solid #d2d2d2;
	 box-shadow: 5px 5px 10px #c2c2c2;
     border-radius: 10px
}

/**style the next previous buttons**/
.wpv-filter-next-link {float:right; padding:4px;
		font-size:16px;
		border:2px solid lightskyblue;
		padding:0px 15px 0px 15px; 
		border-radius:5px; 
		box-shadow: 5px 5px 10px #c2c2c2;
		
}

/ .wpv-filter-next-link:hover {
		background-color: var(--ast-global-color-0);
}

.wpv-filter-previous-link {float:left; padding:4px;
		font-size:16px;
		border:2px solid lightskyblue;
		padding:0px 15px 0px 15px;
		border-radius:5px;
		box-shadow: 5px 5px 10px #c2c2c2;
}

.single-navigation {margin-bottom:0px;}

#wpv_control_textfield_customer-name, #wpv_control_textfield_customer-o-n, #wpv_control_textfield_drawing-no {width:15%;}
#wpv_control_textfield_item, #wpv_control_textfield_equivalent {width:15%;}

#caa-image{margin-bottom:-25px;}

td a:hover  {background:red;color:white;}
td a {padding:0px 5px 0px 5px;}

#cred_form_387_1, #cred_form_430_1{width:70%; border: 1px solid #c3c3c3;
      padding:10px;
      box-shadow: 5px 5px 10px #c2c2c2;
      background:whitesmoke;
}

.cred-form, cred-keep-original{width:100%; border: 1px solid #c3c3c3;
      padding:10px;
      box-shadow: 5px 5px 10px #c2c2c2;
      background:whitesmoke;
}

.wpv-filter-previous-link {margin-right:40px;}

/*** style the delete button ***/
.deletebtn{float:right;        
          background-image: url("https://www.anodesonline.com.au/2020/wp-content/uploads/2016/07/button-up.png");
          background-repeat:no-repeat;
          width:180px;
          height:30px;
}
.deletebtn:hover{      
          background-image: url("https://www.anodesonline.com.au/2020/wp-content/uploads/2016/07/button-down.png");
          background-repeat:no-repeat;
}

.addrecord{float:left; margin-right:40px;}

/** image in CAR Archives page **/
li img {float:left;margin-right:20px}
.col-sm-9 ul li {min-height:80px;}

.post-slideshow{display:none;}

/** the links inside the loop **/
.wpv-loop a {background:#f8f8f8;
             padding:0px 5px;
             border: 0px solid #f1f1f1;
             border-radius:6px;
             box-shadow: 1px 1px 3px #c2c2c2;
		
}


/** the login form in footer and slider bar **/
input[type="text"]{width:65%; margin-left:5px;margin-bottom:5px; border:2px solid lightskyblue;}
input[type="password"]{width:65%; margin-left:9px;height:29px;}

.checkbox, .radio {display:inline; }
ul li .wpt-form-checkbox-label {margin-left:10px; padding-top:2px;}
ul li .wpt-form-radio-label {margin-left:10px; padding-top:2px;}

