/* 
Theme Name: Responsive Child Theme
Theme URI: https://github.com/cyberchimps/responsive-childtheme/tree/pro-child-theme
Description: Responsive Pro Child Theme
Template: responsivepro
Version: 1.0.0
Author: CyberCimps 
Author URI: https://cyberchimps.com
License: GNU General Public License
License URI: license.txt 

Responsive WordPress Theme, Copyright (C) 2003-2012 Emil Uzelac 

*/

/* =Start From Here
-------------------------------------------------------------- */

@media screen and (min-width: 981px) {
    .menu {
        text-align:center
    }
    .menu li {
        display:inline-block;
        float:none;
        margin-left: 0px;
    }
    .menu li li {
        display:block;
        text-align:left
    }
}

.wp-caption {
/* background: #f9f9f9; */
	border: 0 solid #f0f0f0;
	max-width: 96%;
	padding: 13px 10px 10px;
	text-align: center;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
	color: #000000;
}

.widget-title h3,
.widget-title-home h3 {
	color: #000000;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	max-width: 155px;
	margin-left: 3%;
	margin-right: .5%;
}

.gallery img {
	border: 0 solid #dddddd;
}

.wp-caption {
/* background: #f9f9f9; */
/* border: 1px solid #f0f0f0; */
	max-width: 96%;
	padding: 13px 10px 10px;
	text-align: center;
	float: left;
}

#wrapper {
	background-color: rgb(52,92,100);
	border-radius: 0 0 10px 10px;
	clear: both;
	margin: 0 auto 20px;
	padding: 1px 20px 20px;
	position: relative;
	border-color: rgb(0,0,0);
	border-style: dotted;
	border-width: 3px;
}

h1, h2, h3, p {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #cbe0ec;
}

h1 {
	font-size: 1.75em;
}

.widget-wrapper {
	width: 300px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
        border: 0px;
}


/* Start WooCommerce Product Grid */

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
    text-align: center;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    display: none;
}

.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1.25em;
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
    display: none;
}


/* End WooCommerce Product Grid */


/* Start WooCommerce Product Details */

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em;
    display: none;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    /* float: none; */
    text-align: center;
    width: 100%;
    margin: auto;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    /* float: right; */
    width: 100%;
    margin: auto;
    text-align: center;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    text-align: center;
    font-size: 2em;
    color: #ff981f;
}

/* hide SKU on product meta section */
.product_meta .sku_wrapper {
	display:none;
}

/* hide product categories on product meta section */
.product_meta .posted_in {
	display:none;
}

/* hide product tags on product meta section */
.product_meta .tagged_as {
	display:none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    /* background-color: #cbe0ec; */
    background-color: #ff981f;
    color: #000;
    border: 3px dotted;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    /* float: right; */
    width: 100%;
    margin: auto;
    text-align: center;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    border: 5px dotted #28474d;
}

.woocommerce ul.products li.product a img:hover {
	border: 5px dotted #CBE0EC;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 2em;
    display: none;
}

/* End WooCommerce Product Details */

/* Start WooCommerce Pagination */

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1.5;
    font-size: 1.5em;
    font-weight: 500;
    padding: .25em;
    min-width: 1.5em;
    display: block;
}


.prodbox {
    margin: -.75em 0 1.5em;
    background-color: #ffffff;
    padding: .5em;
    -webkit-border-radius: 12;
    -moz-border-radius: 12;
    border-radius: 12px;
    border: 3px Solid rgb(37,66,69);
    color: #000000;
    font-size: .9em;
    line-height: 95%;
}

.warning {
    margin: -.75em 0 1.5em;
    background-color: #ffffff;
    padding: .5em;
    border: 3px Dotted rgb(37,66,69);
    color: #000000;
    font-size: .9em;
    line-height: 95%;
}

/* End WooCommerce Pagination */

/* Start Download Button */

.btn {
  background: #ff981f;
  background-image: -webkit-linear-gradient(top, #ff981f, #df861d);
  background-image: -moz-linear-gradient(top, #ff981f, #df861d);
  background-image: -ms-linear-gradient(top, #ff981f, #df861d);
  background-image: -o-linear-gradient(top, #ff981f, #df861d);
  background-image: linear-gradient(to bottom, #ff981f, #df861d);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  border: solid #000 2px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #fcae52;
  background-image: -webkit-linear-gradient(top, #fcae52, #de9033);
  background-image: -moz-linear-gradient(top, #fcae52, #de9033);
  background-image: -ms-linear-gradient(top, #fcae52, #de9033);
  background-image: -o-linear-gradient(top, #fcae52, #de9033);
  background-image: linear-gradient(to bottom, #fcae52, #de9033);
  color: #000000;
  text-decoration: none;
}

/* End Download Button */

