/* Enter Your Custom CSS Here */

.services-boxed-photo .services-box.col {
  background-color: white;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'PexetoArrows';
  src: url('images/fonts/PexetoArrows.eot');
  src: url('images/fonts/PexetoArrows.eot?#iefix') format('embedded-opentype'), url('images/fonts/PexetoArrows.woff') format('woff'), url('images/fonts/PexetoArrows.ttf') format('truetype'), url('images/fonts/PexetoArrows.svg#PexetoArrows') format('svg');
}

p {margin-bottom:20px;}
.page-title h1 {color: #333;}
.content-box {
background-color: #ffffff;
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
padding: 4%;
width: 92%;
min-height: 400px;
}
.woocommerce div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs {
float: left;
clear: none;
width: 100%;
}
.return-to-shop{display:none;}

/* AUTOMATIC IMG RESIZING ON PRODUCT PAGES - MAKES PRODUCT BETTER RES, BUT SMALLER. 

.woocommerce div.product div.images,.woocommerce-page div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page #content div.product div.images{width:auto;}

.woocommerce .related ul.products li.product img,.woocommerce-page .related ul.products li.product img,.woocommerce .upsells.products ul.products li.product img,.woocommerce-page .upsells.products ul.products li.product img,.woocommerce .related ul li.product img,.woocommerce-page .related ul li.product img,.woocommerce .upsells.products ul li.product img,.woocommerce-page .upsells.products ul li.product img{width:auto;height:auto;margin-right:10px;}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:auto;} */

.post-thumbnail img {
	height: 250px;
        width: auto;
}

textarea {
    padding: 24%;
    max-width: 96%;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    line-height: 1.5em;
}