/**
Theme Name: Anglia Tackle & Gun Bespoke
Author: Norfolk Web Support
Author URI: https://www.norfolkwebsupport.co.uk
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anglia-tackle-gun-bespoke
Template: astra
*/

.ced-announce {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:9999;	
}
.ced-announce.active {
    opacity: 1;
    visibility: visible;
    transition: all .7s ease-in-out;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
}
.ced-announce .container {
  margin: 80px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}
.ced-announce .container h2{
    background: #000;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    width: 42px;
    float:right;
    font-size: 20px;
}

.ced-announce .container .content .button {
    margin-top: 20px;
    background-color: #f58220;
    font-size: 13px;
    margin-bottom: 0;
}
.ced-announce .container .closePopup {
    position: absolute;
    top: 24px;
    right: 15px;
    width: 30px;
    height: 30px;
    color: #fff;
}
.ced-announce .container .closePopup span {
    font-size: 16px;
}
.ced-announce .container .content {
    padding: 18px;
}
.ced-announce .modal-title_ {
    font-size: 18px;
    margin-bottom: 7px;
}
.ced-announce .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .ced-announce .wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
    padding: 5px;
    border-radius: 5px;
}
.ced-announce label {
    font-size: 14px;
}
#ced_notify_user a {
    border-color: #8d6135;
    color: #000000;
	font-size: 14px;
    line-height: 20px;
}
#ced_notify_user{
	margin-bottom:5px;
}
.woocommerce div.product .product_meta{
	border-top:0px;
}
.woocommerce-variation-availability .wpcf7, .woocommerce div.product .product_meta .wpcf7{
box-shadow: 0px 0px 8px 0px #ccc;
    padding: 18px;
    margin-bottom: 23px;
}
/*div#wpcf7-f19692-p8372-o1 {
    margin-left: 12px;
}*/
body.single-product .woocommerce-product-gallery__wrapper {
    box-shadow: 0px 0px 8px 0px #ddd;
}
.woocommerce-variation-availability .wpcf7 label, .woocommerce div.product .product_meta .wpcf7 label {
    font-size: 15px;
    font-weight: 400;
	color: #8d6135;
}
.woocommerce div.product .product_meta{
	padding-left:12px;
}
.woocommerce-variation-availability .wpcf7 .wpcf7-response-output {
	font-size: 13px;
    color: green;
    margin: 12px 0px;
	text-align:center;
	
}
.wpcf7 form.sent .wpcf7-response-output{
	border:none!important;
	font-size: 13px;
    color: green;
	padding:0px;
}
.wpcf7 form .wpcf7-response-output{
	text-align:center;
}
#ced_notify_user{
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
}
#ced_notify_user{
	border-color: #8d6135;
	background-color: #ffffff;
	color: #000;
	text-color: #000;
}

#ced_notify_user:hover{
	border-color: #000;
    background-color: #dfdfdf;
}
span.ast-shop-product-out-of-stock {
	display:none;
}
@media only screen and (max-width: 768px){
	.ced-announce .container{
		width:85%;
}
	#ced_notify_user{
	width:98%;
}
}
