/*
Theme Name: Buy Website Leads
Theme URI: http://www.buywebsiteleads.com
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: F5 Buddy
Author URI: http://www.f5buddy.com
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */
.entry ul{
	margin: 0 0 30px 15px;
	list-style: disc;
}
.entry ol{
	margin: 0 0 30px 17px;
	list-style: decimal;
}
.page-row{
    padding: 50px 0 20px;
}
.single_website .img{
	width: 50% !important;
}
@media screen and (max-width: 767px) {
    .single_website .img {
        width: 100% !important;
    }
}
.side_widget{
	border: 1px solid #0E6D39;
    padding: 0 10px 10px;
    border-radius: 7px;
    margin-bottom: 20px;
    font-size: 14px;
}
.side_widget a{
    font-size: 16px;
}
.side_widget h4{
	background: #00995b;
	color: #fff;
	border-radius: 7px 7px 0 0;
	padding: 5px 10px;
	margin: 0px -11px 15px;
	font-size: 20px;
}
.side_widget ul{
	margin-left: 0px;
}
.side_widget li{
    margin-bottom: 5px;
}
.wpcf7 input{
	margin: 0;
	border-radius: 5px;
}
.wpcf7 textarea{
	max-height: 150px;
	border-radius: 5px;
}
.wpcf7-not-valid{
	border-color: #ff0000 !important;
}
.wpcf7-not-valid-tip{
	display: none !important;
}
.blog-pagination {
    text-align: center;
    ul {
        li {
            display: inline-block;
            padding: 0 ;
            a {
                width: 45px;
                height: 45px;
                display: block;
                line-height: 45px;
                color: #616161;
                text-decoration: none;
                font-size: 16px;
                text-align: center;
                border: 1px solid #dedede;
                border-radius: 5px;
                &:hover {
                    background: #0E6D39;
                    color: #fff;
                }
            }
        }
        li.prev,
        li.next {
            a {
                color: #0E6D39;
                &:hover{
                    background: none;
                    color: #616161;
                }
            }
        }
        li.active {
            a {
                background: #0E6D39;
                color: #fff;
            }
        }
        li {
            span {
            	width: 45px;
                height: 45px;
                display: block;
                line-height: 45px;
                text-decoration: none;
                font-size: 16px;
                text-align: center;
                border: 1px solid #dedede;
                border-radius: 5px;
                background: #0E6D39;
                color: #fff;
            }
        }
    }
}
.woocommerce .woocommerce-MyAccount-navigation ul{
    list-style: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
    background: #00995b;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
    margin: 0 0 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    border: 1px solid #eaeaea;
    display: block;
    padding: 10px;
}
.woocommerce .woocommerce-MyAccount-content, .woocommerce .woocommerce-billing-fields__field-wrapper{
    padding: 15px;
    border: 1px solid #eaeaea;
}
.woocommerce .input-text{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #616161;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.woocommerce .select2-container .select2-selection--single{
    height: 34px;
    border-radius: 0px;
}
.select2-selection__placeholder, .select2-selection__rendered{
    line-height: 34px !important;
}
.select2-selection__arrow{
    height: 32px !important;
}
.woocommerce header{
    position: relative;
}
.woocommerce h2{
    font-size: 24px;
    margin-bottom: 10px !important;
    font-weight: normal;
}
.woocommerce form .form-row .input-checkbox{
    position: relative !important;
}
.woocommerce table.shop_table{
    border-radius: 0px !important;
}
.wc-block-cart__submit-button{
    background: linear-gradient(to bottom, #00995b 0%, #004f29 100%);
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
}
.wc-block-cart__submit-button:hover{
    background: linear-gradient(to top, #00995b 0%, #004f29 100%);
    color: #fff; 
}