/*
Theme Name:     2012C
Theme URI:      <a href="http://wpsites.net/go/2012c/" target="_blank">wpsites.net</a>
Description:    Twenty Twelve Child Theme.
<h3>What's Included In 2012C</h3>
The 2012C child theme includes the following:
<ul>
	<li>Everything in Twenty Twelve</li>
	<li>Content Columns</li>
	<li>Colored Content Boxes</li>
	<li>3 Footer widgets</li>
	<li>Header slider code (after Title &amp; before Navigation menu)</li>
</ul>
Author:         <a href="http://wpsites.net/go/2012c/" target="_blank">WP Sites - Learn More About 2012C</a>
Template:       twentytwelve
Version:        1.0
*/

/* Imports the parent themes style.css file */
@import url("../twentytwelve/style.css");


.entry-header .entry-title {
    font-weight: bold;
}

.entry-title .title-date {
    color: #696969;
} 

/* search box in header */

#nav-search {
float:right;
margin-top:40px;
}

.main-navigation {
    margin-top: 5px;
}

/*  footer widgets */
.site-info { 
	clear: both; 
}
#footer-widgets {
	width: 100%;
	border-top: none;
}
#footer-widgets .widget li {
	list-style-type: none;
}
.template-front-page #footer-widgets {
	padding-top: 0;
}
@media screen and (min-width: 600px) {
	#footer-widgets.three .widget {
		float: left;
		margin-right: 3.7%;
		width: 30.85%;
		clear: none;
	}
	#footer-widgets.three .widget + .widget + .widget {
		margin-right: 0;
	}
}
/* Hide footer widgets on alternate homepage template */
.template-front-page #footer-widgets, .bbPress #footer-widgets { 
	display: none; 
}

.nohyphen {
-webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;
}


/* Colored Content Boxes */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-grey,
.content-box-red,
.content-box-yellow {
	margin:0 0 25px;
	overflow:hidden;
	padding:20px;
}

.content-box-blue {
	background-color:#d8ecf7;
	border:1px solid #afcde3;
}

.content-box-gray {
	background-color:#e2e2e2;
	border:1px solid #bdbdbd;
}

.content-box-green {
	background-color:#d9edc2;
	border:1px solid #b2ce96;
}

.content-box-grey {
	background-color:#F5F5F5;
	border:1px solid #DDDDDD;
}

.content-box-red {
	background-color:#f9dbdb;
	border:1px solid #e9b3b3;
}

.content-box-yellow {
	background-color:#fef5c4;
	border:1px solid #fadf98;
}

/* Unordered List Arrow */

.archive-page ul li,.entry-content ul li {
	background:url(images/unorderedlist.png) no-repeat 0 12px;
	list-style-type:none;
	margin:0 0 0 30px;
	padding:5px 0 5px 20px;
	word-wrap:break-word;
	text-shadow:1px 1px #fff;
}

.entry-content table ul li {
	background:none no-repeat 0 0;
	list-style-type:none;
	margin:0 0 0 5px;
	padding:0;
	word-wrap:break-word;
	text-shadow:1px 1px #fff;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}

.singular.page .hentry {
	padding: 0;
}

img.header-image {
border-radius:0;
box-shadow:0 0 0 rgba(0,0,0,0);
margin-top: 20px;
}

.site-header {
	padding-top:0;
}

/*
#site-info, body,
input, textarea
{
	font-size: 11px;
}

#content, #content input,
#content textarea, #content pre,
#content kbd, #content tt,
#content var, #content code,
#content tr th, #content thead th
.home #content .category-asides p,
#content .wp-caption p.wp-caption-text,
#content .gallery .gallery-caption
{
	font-size: 11px;
}

.entry-meta, .entry-content label,
.entry-content sup, .entry-content sub,
#entry-author-info, .entry-utility 
{
	font-size: 11px;
}

.comment-meta, #comments .pingback p,
#comments .pingback .url, .reply,
#cancel-comment-reply-link, #respond label,
#respond .form-allowed-tags,
#respond .form-allowed-tags code,
#respond .form-submit input
{
	font-size: 11px;
}

.widget-area .entry-meta
{
	font-size: 11px;
}

#wp-calendar caption, #wp-calendar thead
{
	font-size: 11px;
}

.page-title, .page-title span
{
	font-size: 12px;
}

#content .entry-title
{
	font-size: 12px;
}

*/


div.content-right, .last.column {
width: 100%;
float:left;
}

div.post-col-content {
clear:both;
}

#terms-experience_categories h4 {
display:none;
}

a.taxonomy-drilldown-reset {
display:none;
}


#main a:link {
color:#386796;
}
#main a:visited {
color:#696969;
}
#main a:hover {
color:#b5b5b5;
} 

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {

.main-navigation li {
    margin: 0 2rem 0 0;
}

div.event-entry, div.content-left, .first.column {
width: 50%;
padding-right: 2.5%;
box-sizing: border-box;
float:left;
}

div.content-right, .last.column {
width: 50%;
float:right !important;
padding-left: 2.5%;
box-sizing: border-box;
/*margin-top: 24px;
margin-top: 1.714285714rem; */
}

div.content-left h2:first-child, div.content-right h2:first-child, div.content-left h3:first-child, div.content-right h3:first-child {
margin-top:0;
}


.google-map img {
margin-top:10px;
}

.wp-lnw-excerpt p {
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
line-height: 1.714285714;
}

hgroup {
text-indent:-99999px;
height:1px;
}

.singular .entry-title {
color: #386796;
}

.singular .entry-title, .entry-title a {
color: #386796;
}

body.woocommerce-page .site-content  {
width: 100%;
} 

}

.entry-content .gform_body ul li {
background: none;
}

.yop-poll-container {
float:left;
}

.entry-content .skype-text {
float:left;
padding-top: 38px;
}

.entry-content .skype-button {
margin-left: 10%;
}

.entry-content .skype-button p img {
box-shadow: 0 0 0 white;
}

table.fullcalendar { table-layout:fixed; border-collapse:collapse; width:100%;}
    	table.fullcalendar td { padding:0 !important; border:1px solid #000;vertical-align:top;}
    	table.fullcalendar tbody td {height:4em;text-align:left;overflow:hidden;}
    	table.fullcalendar ul {margin:7px 0 0 5px;}
    	table.fullcalendar ul li {margin:7px 0 0 0; line-height:normal;}

tr.row-2 > td.col-1, tr.row-3 > td.col-1 {
display: flex;
height:40px;
color:white;
text-indent:-5000px;
}
.col-1 {
width: 80px;
}


@media only screen and (max-width: 1024px)
{

#wprmenu_bar .menu_title a {
	color: #F2F2F2;
	top: 0px;
	margin-left:10px;
	font-size: x-large;
    text-decoration: none;
}
}

/* begin responsive container width */
@media (min-width: 1340px){
    .child_page {width:33%;}
}

@media (min-width: 1001px) and (max-width: 1339px){
    .child_page {width:33%;}
}

@media (min-width: 764px) and (max-width: 1000px){
    .child_page {width:50%;}
}

@media (max-width: 763px){
    .child_page {width:100%;}
}


/* end responsive container width */


/* centre text after disabling woocommerce images  */
.single-product .product .summary { 
width: auto !important; 
float: left !important;
} 


/* Add padding to product images on the right */

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	padding-right: 1em;
}

/* Add padding to Related products title */

.related h2 {
	padding-bottom: 1em;
}

/* increase size of Category Titles */
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 1.2em !important;
}

.carbonlite-dashboard {
    text-align: left !important;
}

.applebook {
	float:left;
	margin-right: 10px;
}

/* remove list markers from woocommerce */
ul.order_details li {
	background: none;
}

/* make sure proceed to checkout button shows up */

.woocommerce-cart .wc-proceed-to-checkout .button{
   background-color: #406595!important;
}
.woocommerce-cart .wc-proceed-to-checkout .button:hover{
   background-color: #ff0054!important;
}

/* add spacing to product option pricing */

.wcpa_option_price {
	padding-left:1em;
}
.wcpa_price {
	padding-right: 1em;
}
.wcpa_cart_meta {
    list-style-type: none;
    font-size: 15px;
    margin: 10px 0 0 !important;
    margin-top: 1em;
}
.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-label {
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.785714286rem;
}
.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value {
    margin-left: 5px;
    margin-bottom: 0;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    font-size: 0.785714286rem;
}
.awcdp-deposits-option {
	width: 100% !important;
}


.pagination {
    text-align: center;
    margin: 20px 0;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.pagination a:hover {
    background-color: #f0f0f0;
    border-color: #bbb;
}

.pagination .current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.woocommerce-checkout-payment ul li {
	background-image: none ;
}

.wc-pao-addon-description p {
	margin-bottom: 0;
}

.product_cat_convention .woocommerce-product-gallery {
    float: left;
    width: 100% !important;
}
.woocommerce div.product form.cart .variations select {
    width: 100%;
	white-space: break-spaces;
}
.product_cat_convention form .wc-pao-addon-custom-price {
	width: 3em !important;
}
.wc-pao-addon-name {
    float: left;
}

.woocommerce div.product form.cart .variations label {
    margin-right: 1em;
}

.cbSearchButton {
	color: black !important;
}