/* specific styles */

/* facebook comment box override */
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
width: 100% !important;
}

/* globals */
a:active {
    position: relative;
    top: 1px;
}

a {
	color: rgba(255,106,108,1.00);	
}
a:hover {
	color: rgba(255,57,60,1.00);
}

.summary a:active {
	position: static !important;
	top: auto;	
}


.btn-primary, .button.alt {background: rgba(255,106,108,1.00); border-color: #e66061; font-family: 'Montserrat', sans-serif;}
.btn-primary:hover, .button.alt:hover, .btn-primary:active, .button.alt:active, .btn-primary:focus, .button.alt:focus {background: #e66061; border-color: #e66061}


img {width:100%; height: auto; overflow:hidden;}
.vertical-center {display:table; width:100%;}
.vertical-center > div {display: table-cell; vertical-align:middle;}
.no-gutter {
	padding-left:0;
    padding-right:0;
}
.small-gutter {
	padding:2px;
	margin:0 !important;
}

/* body  */
body {
	background: rgba(221,221,221,1.00); 
	background: #f9f9f9;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004); 
	font-family: 'Montserrat', sans-serif;
	color: rgba(79,79,79,1.00)
}

.sidebar, .main-body {
    padding: 40px;
}


/*********** header navigation ********** */
/*********** header navigation ********** */
/*********** header navigation ********** */
.navbar {
 	margin-bottom: 0;	
	}
/* .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {				
	margin-left: 15px; 
	} */
.navbar-offcanvas .navbar-nav.navbar-left:first-child {
	margin-left: 15px !important;
	}
.navbar-fixed-top {
	border-width:0; 
	background: rgba(255,106,108,1.00);
	}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: rgba(0,0,0,0.1);
	}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	}
.navbar-inverse .navbar-brand {
	color: #fff;
	text-transform:uppercase; letter-spacing: 3px;
	 font-size:14px;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
	}
.navbar-toggle .icon-bar {
    height: 3px;
    border-radius: 0;
	}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgba(0,0,0,0.20);
	}


/********** CONTENT ***********/
/********** CONTENT ***********/
/********** CONTENT ***********/

#content {
	margin: 0 0 0 0;
	}



/*********** post formatting  **********/
/*********** post formatting  **********/
/*********** post formatting  **********/
.postbanner {
	text-align: left;
	background-color: #000;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 0;
	}

/*post banner overrides from meta boxes */
	.postbanner.fullscreen { height: 100vh; }
	.postbanner.minimal .overlay-inner {padding: 120px 0;}
	.postbanner.black h1, .postbanner.black h2 { color: #fff; }
	.postbanner.white h1, .postbanner.white h2 { color: #000; }


/****** post body *****/
.hentry, #comments, .respond-form {
    margin: 0 0 40px 0;
    border-radius: 0px;
    background: none;
}

#main h1.entry-title {
	font-size: 36px;
	font-weight: 300;
	padding-top: 0;
	margin-top: 0;
}

.entry-content { padding:0; }
.entry-content p {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2em;
	text-align: justify;
	font-family: 'Playfair Display', serif;
}
.entry-content h1 {font-size: 36px; line-height: 1em; font-family: 'Playfair Display', serif; font-weight:800}
.entry-content h2 {font-size: 22px; line-height: 1em;}
.entry-content h3 {font-size: 22px; line-height: 1em; font-family: 'Playfair Display', serif;}
.entry-content h4 {font-size: 18px; line-height: 1em;}
.entry-content h5 {font-size: 18px; line-height: 1em; font-family: 'Playfair Display', serif;}

/************ blog *********************/
.single-post #content {
    padding: 50px 0;
    max-width: 900px;
    margin: 0 auto;
}
.single-post .article-header {
    margin-bottom: 15px;
    padding: 0;
}

#content .pager li > a, #content .pager li > span {
    display: inline-block;
    padding: 10px 24px;
    background-color: transparent;
	border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
}
	
#content .pager a, #content .previous-page a, #content .next-page a {
	color: rgba(255,106,108,1.00);
}
#content ul.pager  {
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 600px){
	.single-post #content {
    padding: 50px 10%;
}
}

/*pagination */
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: rgba(255,106,108,1.00);
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination li a:hover, .pagination li a:focus {
    background-color: rgba(255,106,108,1.00);
    color: #fff;
}
.pagination li .active, .pagination li span:hover {
    background-color: rgba(255,106,108,1.00);
    color: #fff;
}


/************ Project Post Types transmedia and film **************/

/*listing*/
.heading {
    background: rgba(200,30,30,0.7);
    border-bottom: 1px solid;
    border-color: rgba(0,0,0,0.1);
    padding: 10px 20px 10px 20px;
}
.heading h1 {
	font-size: 50px;
    /*text-transform: uppercase;*/
	color: rgba(63,0,0,0.2);
}

/*single*/
.laurels {
	text-align: center;
    color: #333;
    background: rgba(0,0,0,0.05);
    padding: 0;
}
.laurels:after {
    content: '';
    display: block;
    clear: both;
}
.laurels .gallery {
    float: right;
    position: relative;
    left: -50%;
}
.laurels .gallery dl {
    margin: 0 !important;
    position: relative;
    left: 50%;
}
.laurels  dt {
    padding: 10%;
}
.laurels .gallery dl img {
    border: 0;
    max-height: 60px;
    height: 10vw;
    width: auto;
}

.description-title {
	font-family: 'Playfair Display', serif;
	font-size:22px;
	margin-bottom: 22px;
	padding-bottom:22px;
	border-bottom:1px solid rgba(0,0,0,0.15); 
}
.project-content {
		padding-top:45px;
		}

blockquote {
	padding: 5px 20px;
    margin: 0 0 20px -10%;
    border-left: 0;
    float: left;
    width: 50%;
    font-weight: 700;
}
blockquote p {
    font-size: 28px !important;
    text-align: left !important;
    line-height: 28px !important;
	font-style: italic;
}
#content ul {
    padding-left: 40px;
    list-style-type: disc;
}
#content li { margin:5px 0; }

#content .sidebar ul {
	padding-left: 10px;
    list-style-type: none;
}
	

.project-info, .buy-buttons, .awards, .links, .screenings {
    background: rgba(0,0,0,0.00);
	border: 1px solid rgba(0,0,0,0.15);
    color: rgba(0,0,0,0.45);
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}
.project-info a { color: rgba(0,0,0,0.25); text-decoration:underline;}
.project-info a:hover { color: rgba(0,0,0,0.65); text-decoration:underline;}

.screenings {
	border-color: rgba(255,106,108,1.00);
	}


/*
.screenings {
    background: rgba(255,106,108,1.00);
    border: 1px solid rgba(0,0,0,0.15);
    color: rgba(255,266,255,0.85);
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 40px;
}
*/
.screeningAddress {
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 0.9em;
    color: rgba(0,0,0,0.50);
}
.screeningLocation {
    font-size: 1.2em;
    font-weight: 700;
}


.buy-onsite, .buy-offsite {
	margin: 20px 0 0 0;
}
.media-download {clear: both; padding:20px 2.5% ;}
	
.fluid-width-video-wrapper {
	margin-bottom: 45px;
}
.image-gallery {margin-top:45px;}
.gallery br {display: none;}
.gallery dl {
    float: left;
    text-align: center;
    width: 45%;
    margin: 2.5% !important;
    position: relative;
}
.gallery dl img {
    border: 8px solid #fff;
}
.wp-caption {
	position: relative;
}
.wp-caption-text {
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(256,256,256, 0.8);
    padding: 8px;
	text-align:left;
	
}
.wp-caption p.wp-caption-text {
    margin: 0 0 8px;
    text-align: center;
}


.downloadcontact {
	font-size:12px;
	font-style:italic;
	text-align:center;
	padding: 10px 0;	
}
.sdm_post_download_count, .sdm_post_title {display: none;}
.sdm_post_item {text-align: center;}
.sdm_post_item_top_right {
    float: left;
    width: 100%;
    padding: 150px 0;
    font-size: 150%;
}


/*  project title bar affix tweaks */

.project-title,
.project-subtitle {color:rgba(255,255,255,1.00); text-align:center;}
.project-title {font-size:54px; margin: 0 ; }
.project-subtitle { font-family: 'Playfair Display', serif;  font-style:italic; font-size: 24px; margin: 0; }
.overlay { background: rgba(0,0,0,0.77); display: table; height:100%; width:100%;}
.overlay-inner {
  display: table-cell;
  vertical-align: middle;
  height:100%; width:100%;
}

#titlebar {position: relative; padding: 10px 0;}
#titlebar.affix { 
	background: rgba(238,235,235,0.95);
    width: 100%;
    position: fixed !important;
	z-index: 42;
	 
}
#titlebar.affix {top: 50px;}
.admin-bar #titlebar.affix {top: 82px;} 


/* on affix */
#titlebar.affix h1.project-title { 
	font-size: 20px !important;
	color: #333;
	display: inline-block;
}
#titlebar.affix h2.project-subtitle { 
	/* display: none; */
	color: #333;
	font-size: 16px;
	display: inline-block;
	margin-left: 15px;
}


#titlebar h1, #titlebar h2 {
	transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
#titlebar {
	transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}




/* Homepage specific */
h1.home-title {
    text-align: center;
    font-size: 72px;
}
.home .overlay {
    background: rgba(0,0,0,0.10);
    display: table;
    height: 100%;
    width: 100%;
}
.sitedescription p{
    font-size: 16px;
    line-height: 24px;
	font-family: 'Playfair Display', serif; 
	text-align: justify; 
}
.sitedescription h3{
	margin-top: 8px;
    padding-top: 0;
    text-align: left;
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 10px;
}
.like {
	text-align: center;
	color: #fff !important;
	font-family: 'Playfair Display', serif;  
	font-style:italic; 
	font-size: 28px; 
	margin: 20px 0;
}
.like a { color: #fff; text-decoration:underline; }

.projects-title {
	text-align: center;
	font-size: 30px;
	margin:50px auto;
}
.homecontent {
	position: relative;
	padding: 50px 0;
	}

.sitedescription-image {
    height: 340px;
	padding: 15px;
	position: relative;
}
.sitedescription-image div {
	width: 100%;
    height: 100%;
    position: relative;}

.halfimg {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
	left: 0;
	right:0;
	bottom:0;
	background: url(img/bg_tour_ipad.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
	}
	




/*********** summary ***********/
/*********** summary ***********/

.summary {
    height: 400px;
    position: relative;
	overflow: hidden;
}
.home .summary { height: 300px; }


.summary-content {
   display: table;
   width: 100%;
   height: 100%;
   }
.summary-content-align {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	}
.summary-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
	background-position: center center;
    z-index: -2;
	
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
	transition: All 2s ease;
	
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.summary a:hover .summary-img {

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.summary-overlay {
     position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
	z-index: -1;
}
.summary a {
	color: #FFFFFF;
	text-decoration: none;
	/* decaps text-transform: uppercase; */
	}
.summary a:hover  {
	text-decoration: none;
	}

.summary-title { 
	font-size:30px;
	
	-webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
	transition: All 2s ease;
	}

.summary a:hover .summary-title {

	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}





/***********  sidebar  ***********/
/***********  sidebar  ***********/
/***********  sidebar  ***********/
#sidebar .widget {
margin-bottom: 30px;
background: #fff;
padding: 20px;
}
.widget img {
width: 25%;
height: auto;
overflow: hidden;
padding: 0px 6px 6px 0;
float: left;
}
.upw-posts h4 {
	font-size: 16px;
}
.upw-posts .entry-meta {
	padding-top: 1em;
	clear:both;
}

h3.acf-rpw-title {
    font-size: 16px;
    line-height: 18px;
	margin-top:0;
	margin-bottom:4px;
}
.acf-rpw-excerpt {
    margin-left: 25%;
}


/***********  footer  ***********/
/***********  footer  ***********/
/***********  footer  ***********/

#footer {
border-top: 0;
background: #555;
margin:0;
color: #fff;
}
#footer .widgettitle {
padding: 0 0 2px 0;
border-bottom: 3px #000 solid;
margin-bottom: 15px;
color: #000;
letter-spacing: 3px;
font-weight: 600;
}
.woocommerce #footer ul.cart_list li:nth-child(odd), .woocommerce #footer ul.product_list_widget li:nth-child(odd), .woocommerce-page #footer ul.cart_list li:nth-child(odd), .woocommerce-page #footer ul.product_list_widget li:nth-child(odd) {
background-color: transparent; 
}
#footer .hentry{
margin: 0 0 20px 0;
background: transparent;
}

.menu-item i._before, .rtl .menu-item i._after {
    margin-right: 12px;
}
#footer a:hover {
    background: none;
    border: 2px solid #aaa;
    border-left: 0;
    border-right: 0;
	border-top: 0;
}

.callout {
	margin-top:50px;
	background: url(http://canadawildproductions.com/wpsite/wp-content/uploads/2015/10/vlcsnap3-e1448046872492.jpg) 50% 50%;
	background-size: cover;
}
.callout .container-fluid {
		background: rgba(254,249,245,0.85);
}
.callout-text {
    font-size: 30px;
    font-weight: 900;
    color: #eee;
    padding: 10px 0;
}
.testimonials {
	padding:80px 20px;
}
.quote-text {
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
	padding-bottom:20px
}
.quote-credit {
    font-size: 18px;
	padding-bottom: 24px;
	border-bottom: 2px solid #333;
}
.quote-about {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 24px;
	border-bottom: 2px solid #333;

}


#sub-floor {
color: #fff;
background: #444;
padding: 10px 0; 
}
#sub-floor li {
    padding: 14px 6px;
    margin: 0px 0px;
    display: inline;
}
.copyright {
	text-align: center;
	padding: 30px 0;
} 

.about-photo {
	width:50%;
	height: auto;
}

/**************** Downloads Page ***************/
/**************** Downloads Page ***************/
/**************** Downloads Page ***************/
.single-media-download {
    background: #222;
}
.single-media-download #content {
    text-align: center;
    padding-top: 50px;
    color: #fff;
}
.single-media-download #content btn {
    color: #222;
}
.single-media-download .single-title {
	text-transform: uppercase;
	font-size:24px;
	padding:40px 0;
	
}
.media-downloads {
    text-align: right;
    margin-right: -15px;
}

/**************** mobile styles ****************/
/**************** mobile styles ****************/
/**************** mobile styles ****************/

/* admin bar fix */
@media screen and (max-width: 600px){
	#wpadminbar {
		position: fixed !important;
	}
	.navbar-inverse .navbar-brand {
		letter-spacing: 1px;
	}
	
	#titlebar.affix h2.project-subtitle {
		display: none;	
	}
}



/* Custom Post Types  */
/* Media Downloads */

.img-box {
	margin-bottom: 15px; 
	margin-top: 15px;
		
}

.download-all {
	text-align: center;
	margin: 40px 0;	
}




/*----------------------------------------
    SERIOUSLY COOL 3D CUSTOM BUTTON
----------------------------------------*/
.btn3d {
    transition: all .08s linear;
    position: relative;
    outline: medium none;
    -moz-outline-style: none;
    border: 0px;
    top: 0;
}
.btn3d:focus {
    outline: medium none;
    -moz-outline-style: none;
}
.btn3d:active {
    top: 9px;
}
.btn3d.btn-default {
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #adadad, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}
.btn3d.btn-primary {
    box-shadow: 0 0 0 1px #428bca inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #357ebd, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}
.btn3d.btn-success {
    box-shadow: 0 0 0 1px #5cb85c inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #4cae4c, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}
.btn3d.btn-info {
    box-shadow: 0 0 0 1px #5bc0de inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #46b8da, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}
.btn3d.btn-warning {
    box-shadow: 0 0 0 1px #f0ad4e inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #eea236, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}
.btn3d.btn-danger {
    box-shadow: 0 0 0 1px #c63702 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #c24032, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}
.btn3d:active.btn-default {
    box-shadow: none;
}
.btn3d:active.btn-primary {
    box-shadow: none;
}
.btn3d:active.btn-success {
    box-shadow: none;
}
.btn3d:active.btn-info {
    box-shadow: none;
}
.btn3d:active.btn-warning {
    box-shadow: none;
}
.btn3d:active.btn-danger {
    box-shadow: none;
}



/*  iframe fix  */
.ifram_wrapper   {width:100%;height:100%;margin:0 auto;background:#CCC}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:89%;}




/****** TABS ********/
.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; background: transparent;}
.nav-tabs > li > a { border: none; color: #666; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #e66061; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #e66061 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.card {}


.wc-tabs > li.active > a, .wc-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; background: transparent;}
.wc-tabs > li > a { border: none; color: #666; }
.wc-tabs > li.active > a, .wc-tabs > li > a:hover { border: none; background: transparent; }
.wc-tabs > li > a::after { content: ""; background: #e66061; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.wc-tabs > li.active > a::after, .wc-tabs > li:hover > a::after { transform: scale(1); }
.wc-tabs > li > a::after { background: #e66061 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.card {}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: transparent;
    z-index: 0;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display:none;
}
.panel {
    margin-bottom: 20px;
    background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
}


/************* woocommerce *****************/
/********************* woo commerce ******************/
.navbar-shop {
    background: #333;
    margin-top: 50px;
	min-height: 35px;
}

.navbar-shop .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px;
    padding-left: 14px;
    padding-right: 14px;
}
li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #ddd;
}
li.woocommerce-MyAccount-navigation-link {
    padding: 10px;
}

.woocommerce #content, .woocommerce-page #content {
    max-width: 900px;
    margin: 0 auto;
}

.woocommerce #content ul, .woocommerce-page #content ul {
    padding-left: 40px;
    list-style-type:  none;
}

/* single */
.summary .quantity {
    width: 50px;
    margin: 7px 12px 7px 0px;
    float: left;
}
button.single_add_to_cart_button{
    float: left;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 0;
}
.woocommerce .thumbnail {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.woocommerce .lead {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
p.price {
    font-size: 28px;
}
.woocommerce div.product form.cart .variations label {
    margin-left: 4px;
}


/* cart & checkout */
#order_review table {
    background: #fff;
    margin: 70px auto;
    padding: 40px;
}
.cart-collaterals {
	background: #fff;
    margin: 80px auto  ;
    padding: 20px;
}

.checkout-button.button.alt{
    display: none;

}

input#place_order {
    clear: both;
    float: none;
}
.woocommerce-checkout-payment {
	/* display: none; */
}


.actions input.btn.btn-primary {
    width: 100%;
}
#main table th, #main table td {
    padding: 8px;
    border-top: 1px solid #dddddd;
    border-left: 0;
    vertical-align: middle;
    text-align: left;
    line-height: 12px;
}
#main table {
    margin: 20px 0;
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-left: 0;
}

.woocommerce-cart .product-thumbnail {width:20%;}
.woocommerce-cart .product-name {width:45%;}
.woocommerce-cart .product-quantity {width: 8%;}
input.input-text.qty.text {
    width: 50px;
    padding: 5px;
    text-align: center;
}

form.shipping_calculator h2 {
    margin-top: 60px;
}
a.fa.fa-times-circle-o {
    font-size: 24px;
}

.gotocheckout {text-align:center; padding-top:80px;}
.alert {
    padding: 30px;
}
.alert-link {
    float: right;
}
.results-count-panel {
	display: none;
}
span.price {
    display: block;
	margin-bottom:10px;
}
.product-inner {
    text-align: center;
}

.payment_method_stripe img {
    width: 30px;
    margin: 5px;
}


/*** new woocomm overwrites **/

li.product {
    margin: 2% !important;
    padding: 2% !important;
    background: #fff;
    text-align: center;
}

.woocommerce .button.alt {
	
}
.woocommerce .button.alt {
    background: rgba(255,106,108,1.00) !important;
    border-color: #e66061 !important;
    color: #ffffff !important;
}

.woocommerce .button {
    display: inline-block !important;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    white-space: nowrap !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    border-radius: 4px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* extra menu fix*/
ul#menu-off-canvas {
    padding: 52px 0;
}
.navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 20px;
	padding-left: 14px;
	padding-right:14px;
}
.navbar .sub-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
    padding-left: 33px;
    color: #ddd;
    display: block;
    font-size: 12px;
}
.navbar-inverse .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}
@media (min-width: 768px) {
.container {
    width: 100%;
	}
}
@media (min-width: 992px){
.container {
    width: 970px;
}
}
@media (min-width: 1200px) {
.container {
    width: 1170px;
}
}
