/*
Author: D. Ross Maurice
Author URI: http://mauricedesign.com
Description: Interchrome Custom theme
Domain Path:
Status:
Tags:
Template:
Text Domain: interchrome
Theme Name: Interchrome Dental
Theme URI: http://mauricedesign.com
Version: 1.0

sass
sass --watch --sourcemap=none interchrome.sass:css/bulma.css

#ce7b30 orange (h1, h2 and text links)
#3e4040 gray (h3 bold and body font, footer and background on drop downs)
#c8c5c3 light gray divider line in drops and also background for recent blog posts.
#1e4b86 navy blue (hover for orange text links)
#252222 dark gray (bottom bar with copyright line)

------------------------------------------------------------------------------------------
*/

@import "vendor/bulma/css/bulma.css" screen, projection;
@import "standards.css" screen, projection;

html, body {
    font-family: 'Raleway';
	background-color: #fff;
	color: #494848;
}

body {
	/* push footer to bottom for full height page (not a sticky footer) */
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.wrapper {
	flex: 1;
}

.admin-bar {
}

h1 {
	color: #ce7b30; /* orange */
	text-align: center;
	font-size: 26px;
	margin: 20px 0;
	text-transform: capitalize;
	letter-spacing: -1px;
	font-weight: normal;
}

h2, h3 {
	color: #ce7b30; /* orange */
	text-align: center;
	font-size: 24px;
	margin: 20px 0;
}
h2 {
    font-family: 'Spectral', serif;
    font-style: italic;
	font-size: 26px;
	letter-spacing: -1px;
	color: #3e4040;

}

ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
}

ol {
	list-style-position: inside;
	padding: 10px 8px 10px 8px;
}
	ol strong {
		color: #ce7b30; /* orange */
	}

	ol li {
		margin: 8px 8px 8px 8px;
	}

p {
	font-family: 'Raleway';
	font-size: 18px;
	margin: 10px 8px 10px 8px;
}
p:empty { display: none; }	/* don't like empty p's */

.hentry p {
}

em {
    font-family: 'Spectral', serif;
    font-size: 20px;
	letter-spacing: -1px;
}

hr {
	height: 1px;
	background-color: #c0c0c0;
}

.wrapper a, .wrapper a:visited {
	color: #ce7b30; /* orange */
	text-decoration: underline !important;
	width: 100%;
}
	.wrapper a:hover {
	    color: #000000;
	}

.fullwidth {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
}

/* header navigation
------------------------------------------------------------------------------------------
*/
.header {
    background-color: #fff;
}

.header-container {
	display: flex;
	min-height: 200px;
	align-items: center;
	justify-content: center;
    background-color: #fff;
}
.header-container .logo {
}
.header-image {
	text-align: center;
}

.header-actions {
	margin-left: auto;
	display: flex;
	justify-content: end;
	flex-direction: column;
}
	.header-actions .connections {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
	.header-actions .connections .phone {
    	color: #3e4040; /* gray */
		color: #ce7b30; /* orange */
		font-size: 20px;
		line-height: 20px;
	}
	.header-actions .connections .social-profile {
		line-height: 20px;
	}
	.header-actions .connections .social-profile a {
		color: #3e4040
	}
	.header-actions .connections .social-profile a {
		margin: 0px 4px 0px 4px;
	}
	.vertical-bar {
		border-left: 1px solid #c8c5c3; /* light gray */
		height: 20px;
		margin: 0px 10px 0px 16px;
	}

	.header-links {
		color: #3e4040;  /* gray */
		display: block;
	}
	.header-links:after {
	}
		.header-links a {
			color: #3e4040; /* gray */
		}

.slider-wrapper {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.tp-banner, .rev_slider {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}


nav {
	background-color: #454c56; /* dark grey */
}
.navbar-item:hover {
	cursor: pointer;
	text-decoration: underline;
}
.navbar-menu {
	justify-content: center;
}
.navbar-menu a {
	color: #fff;
	text-transform: uppercase;
}
.navbar-item.has-dropdown .navbar-dropdown {
	display: none
}
.navbar-item.is-active .navbar-dropdown {
	display: block
}
@media screen and (min-width: 768px) {
	/* desktop */
	.navbar-item, .navbar-link {
		padding: 10px 10px 10px 10px;
	}

}
@media screen and (max-width : 768px) {
	/* mobile */
	.navbar {
		margin: 0px !important;
	}
	.header-container {
		display: block;
		text-align: center;
		min-height: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.header-container .logo img {
		padding-bottom: 20px;
	}

}
.navbar-burger {
	background-color: #454c56; /* dark grey */
}
.header-mobile-phone {
	color: #fff;
	float: left;
	line-height: 52px;
	margin-left: 0px auto 0px auto;
}
.navbar-brand .fa-phone {
	height: 50px;
	font-size: 30px;
	margin-left: 20px;
	margin-right: 10px;
	color: #fff;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	padding-left: 10px;
}

/* header navigation END
------------------------------------------------------------------------------------------
*/

/* footer navigation
------------------------------------------------------------------------------------------
*/
footer {
	background-color: #454c56; /* dark gray */
	color: #fff;
}
footer .container {
	margin-top: 40px;
}
.footer-info a {
	color: #fff;
}
.footer-info p {
	font-size: 14px;
}
.footer-info .menu {
	font-size: 14px;
}
.footer-info strong {
	color: #fff;
	font-weight: normal;
}
.footer-info .button {
 display: flex;
  align-items: center;
  justify-content: center;
}

footer ul#footer-nav {
	margin-left: 0px;
}
footer .menu {
	display: inline;
	margin-left: 0px;
	margin: 10px 8px 10px 8px;
}
footer .menu li {
	display: inline;
	margin-right: 20px;
}
footer .menu li:hover {
	display: inline;
	margin-right: 20px;
	text-decoration: underline;
}
footer .menu-item a {
	color: #fff;
}

footer a.navbar-item {
	display: inline;
	padding: 0px 14px 0px 0px;
	font-size: 14px;
	color: #fff;
}
/* footer navigation END
------------------------------------------------------------------------------------------
*/

/* footer customizations
------------------------------------------------------------------------------------------
*/
footer .copyright {
	font-size: 12px;
}
footer .copyright .textwidget {
	display: inline-block;
}
	footer .copyright .textwidget a {
		color: #fff;
		font-size: 14px;
	}
	footer .copyright .textwidget a:hover {
		color: #fff;
		text-decoration: underline;
	}

footer .menu {
	list-style: none;
}
footer .very-very-bottom {
	margin-top: 20px;
	background-color: #252222
}
footer .very-very-bottom a:hover {
	color: #ce7b30; /* orange */
	text-decoration: underline;
}

/* footer customizations END
------------------------------------------------------------------------------------------
*/

/* Home page slider
------------------------------------------------------------------------------------------
*/
#home-slider .item img{
	display: block;
	width: 100%;
	height: auto;
}
	#home-slider .carousel-caption {
		width: 80%;
		position: absolute;
		top: 0%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
		/* shadow box
		padding: 20px 40px 20px 40px;
		background-color: rgba(51,51,51,0.50);
		border-radius: 3px;
		*/
	}
	#home-slider .carousel-caption img {
		width: auto !important;
		height: auto !important;
		margin: 0px auto 0px auto;
	}
	#home-slider .carousel-caption p {
		margin: 0;
		font-size: 35px;
		line-height: 35px;
		opacity: 1;
		color: #fff;
	}
	#home-slider .carousel-caption a {
		margin-top: 20px;
	}
	.owl-nav {
		display: none;
	}

	/* hide slider captions on smaller screens */
	@media screen and (max-width: 768px) {
		#home-slider .carousel-caption {
			display: none;
		}

	}
	
/* Sidebars 
------------------------------------------------------------------------------------------
*/
.sidebar {
	margin: 80px 0px 40px 0px;
	text-align: left;
}

.sidebar .menu {
	list-style: none;
	/*
	border: 1px solid #c0c0c0;
	*/
	padding: 0px; 
}
.sidebar .menu-item {
	/*
	border-bottom: 1px solid #c0c0c0;
	*/
	margin: 10px;
}
.sidebar .menu a {
	text-decoration: none;
	padding: 8px 0px 8px 0px;
	border: none;
}

.sidebar-button {
	max-width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}

/* Home page slider END
------------------------------------------------------------------------------------------
*/
.home-callouts {
	color: #ce7b30; /* blue */
    font-family: 'Spectral', serif;
	font-size: 24px;
    text-align: center;
	line-height: 24px;
	letter-spacing: -1px;
}
	.home-callouts a {
		border: none;
		color: #ce7b30; /* blue */
	}



.blog {
}

.blog h1 {
	text-align: left;
	font-size: 24px;
}

/* remove border from thumbnail */
.blog .no-border {
	border: none;
}

/* blog */
.blog-sidebar {
	margin: 20px 0px 20px 0px;
}

.blog-sidebar ul {
	list-style: none;
}

/* map embed
------------------------------------------------------------------------------------------
*/
.map-frame {
	position: relative;
	margin-top: 40px;
}
.map-overlay {
	position: absolute;
	top: 0px;
	z-index: 1000;
	background: transparent;
	width: 100%;
	height: 460px;
	/* iframe height */
	top: 460px;
	/* iframe height */
	margin-top: -460px;
	/* iframe height */
}
.map-div {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
.map-div img {
	display: block;
	width: 80%;
	padding-bottom: 8px;
	margin: 0 auto;
}
/* map embed END
------------------------------------------------------------------------------------------
*/


/* utilities
------------------------------------------------------------------------------------------
*/
.smallen {
	font-size: 12px;
}
.smallen p {
	font-size: 12px;
}

.searchlink {
	color: #fff;
	display: flex;
	align-items: center;
}

/* searchbar */
.searchbar {
	width: 99%;
	display: none;
	background-color: #fff !important;
	padding-top: 3px;
	padding-bottom: 3px;
	align-items: center;
	border-bottom: !px solid #c0c0c0;
}
	.searchbar input {
		vertical-align: middle;
		width: 100%;
		height: 38px !important;
		border-color: #244ab4 !important;
		padding: 0px !important;
		color: #000;
	}
	@media screen and (max-width : 867px) {
		.searchbar input {

		}
	}
	.searchbar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	    color: #a8a8a8;
    	opacity: 1; /* Firefox */
	}
	.searchbar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	    color: #a8a8a8;
	}
	.searchbar input::-ms-input-placeholder { /* Microsoft Edge */
	    color: #a8a8a8;
	}
	.searchbar .button {
		float: right;
	}

	.searchbar .button:hover {
		color: #fff;
	}
/* end of searchbar */

/* search page */
.search h2 {
	text-align: left;
}

.search article {
	border-bottom: 1px solid #c0c0c0;
	padding: 10px 20px 20px 20px;
}
	.search .entry-title {
		margin: 10px 0px 0px 0px;
	}

	.search h2 {
		line-height: 32px;
		margin-bottom: 0;
	}
	.search h2 a:hover {
		text-decoration: underline;
	}
	.search .small-link {
		font-size: 12px;
	}
	.search .small-link:hover {
		font-size: 12px;
		text-decoration: underline;
	}
/* end of search page */


/* cd-top */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	z-index: 9998;
	bottom: 60px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(71, 87, 89, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 3px;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #475759;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 80px;
	}
}
/* end cd-top */

/* ul columns utility */
ul.columnses {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3; /*3 in those rules is just placeholder -- can be anything*/
	text-align: center;
	padding: 0px 20px 0px 20px;
}

ul.columnses li {
	display: table;
	padding-bottom: 4px;
	text-align: center;
	/*margin: 0 auto; center it */
	color: #9e0505; /* red */
	font-size: 18px;
}
	ul.columnses li:before {
		content: '\2022 \00A0';
		font-size: 20px;
	}

/* utilities END
------------------------------------------------------------------------------------------
*/

/* utilities */
.blue {
	color: #ce7b30; /* blue */

}



/* randomness */
.testimonials {
	position: relative;
	background: #ce7b30 url('images/testimonial-block.jpg') top center no-repeat;
	width: 100%;
	height: 480px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin:0;
	margin-bottom: 0 !important;
}
	.testimonials .container {
	}

	.testimonials h2 {
		text-align: center;
		color: #fff;
		font-size: 30px;
	}
	.testimonials em {
		font-family: 'Spectral', serif;
		font-style: italic;
	}
	.testimonials ul {
		list-style-type: none;
	}
	.quotescroll {
		padding: 0px;
		-webkit-padding-start: 0px;
	}
	.quotescroll li {
		display: none;
	}
	.testimonials .fixed {
		position: absolute;
		bottom: 60px;
		left: 0px;
		right: 0px;
		z-index: 999;
	}

	.testimonials .navigation {
		width: 100%;
		padding: 0 auto 5px;
		text-align: center;
	}
	.testimonials .navigation span {
		width:10px;
		height:10px;
		margin:5px;
		display: inline-block;
		border-radius:10px;
	}
	.testimonials .navigation a {
		width:10px;
		height:10px;
		margin:5px;
		display: inline-block;
		border-radius:10px;
	}
	.rel {
		position:relative !important;
	}
	.button_on {
		background: #ffffff !important;
	}
	.button_off {
		background: #c0c0c0;
	}


.testimonials-page ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
}
	.testimonials-page li {
		margin: 8px 6px 20px 6px;
		border-bottom: 1px solid #c0c0c0;
		padding: 0px 0px 10px 0px;
	}
	.testimonials-page em {
		font-style: italic;
		font-size: 18px;
	}

/* not using responsive buttons, because carol doesn't like them */
.carols-button {
    text-decoration: none;
    border: 1px solid #fff !important;
    color: #fff !important;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
	font-size: 16px;
	padding: 10px 20px 10px 20px;
}
	.carols-button:hover {
		color: #fff;
	}

.button {
	border-radius: 0px;
}

.button-padding {
	margin-top: 10px;
	margin-bottom: 10px;
}

.common-button {
	background: #fff;

}
 .common-button .wp-block-button__link  {
	background-color: #ce7b30; /* orange */
	color: #fff;
}

/* bulma OVERRIDES because sass is sometimes stupid
------------------------------------------------------------------------------------------
*/
.button {
	color: #fff !important;
}

.button {
	width: auto !important;
	background-color: #ce7b30;
	border-color: #ce7b30;
	border-width: 0px;
	color: #fff;
	cursor: pointer;
	justify-content: center;
	padding: 10px 20px 10px 20px;
	text-align: center;
	white-space: nowrap;
	font-size: 20px;
}

/* bulma OVERRIDES because sass is sometimes stupid END
------------------------------------------------------------------------------------------
*/

/*
a[target="_blank"]:after {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
	margin: 0 3px 0 5px;
}
*/

.content {
	margin-bottom: 20px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: 1800px;}
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

div.wp-block-file {
	margin: 10px 8px 10px 8px;
}

.wp-block-embed-youtube,.wp-block-embed__wrapper {
	text-align: center;
margin:0 auto;
}

/* desktop */
@media screen and (min-width : 768px) {
	/* restyle gutenberg file download block - flip button to the left */
	/*
	div.wp-block-file {
		position: relative;
	}
	.wp-block-file .wp-block-file__button {
		position: absolute;
		left: 0px;
	}
	div.wp-block-file a:first-child {
		margin-left: 120px;
		line-height: 24px;
	}
	*/
}
/* mobile */
@media screen and (max-width : 768px) {
	div.wp-block-file {
		margin: 10px 8px 10px 8px;
	}
}

.cwp-form .cwp-field .cwp-field-set input, .cwp-form .cwp-field .cwp-field-set textarea {
	border-color: #bbbbbb !important;
}



.wpcf7 input {
	width: 99%;
}

.wpcf7-textarea {
	width: 99%;
}

.background-light-grey {
	background-color: #ececec;
}
