/*
Theme Name: Tandem
Version: 1.0
Template: enfold
*/

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 400;
}

@-moz-document url-prefix() {
	body {
		font-weight: lighter !important;
	}
}

#scroll-top-link {
	display: none;
}

::selection {
	background: #222; /* WebKit/Blink Browsers */
}

::-moz-selection {
	background: #222; /* Gecko Browsers */
}

/* -----------------------------------------------------------------------------------------------------------------
Imports
----------------------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: "geomanistlight";
	src: url("geomanist-light-webfont.woff2") format("woff2"),
		url("geomanist-light-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "geomanist_regularregular";
	src: url("geomanist-regular-webfont.woff2") format("woff2"),
		url("geomanist-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "geomanistmedium";
	src: url("geomanist-medium-webfont.woff2") format("woff2"),
		url("geomanist-medium-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/* -----------------------------------------------------------------------------------------------------------------
Navigation Styles
----------------------------------------------------------------------------------------------------------------- */

.logo img {
	padding: 5px;
}

.logo {
	top: 16px;
}
.header-scrolled .logo {
	top: 0px;
}

.header_color .main_menu ul:first-child > li > a,
.header_color .main_menu ul:first-child > li.current-menu-item > a,
.header_color .main_menu .menu ul li a,
#top .av-main-nav ul a {
	color: #ed1c24;
	font-size: 18px;
	font-family: "geomanist_regularregular", Helvetica, Arial, Sans-Serif;
	font-weight: 400;
}

#top .header_color .main_menu .menu ul .current_page_item > a,
#top .header_color .main_menu .menu ul .current-menu-item > a {
	color: #000;
}

.header_color .main_menu ul:first-child > li > a:hover {
	color: #faa635;
}

.header_color .main_menu .menu ul li a:hover,
.header_color .av-subnav-menu ul a:hover {
	background-color: #ed1c24;
}

#top .header_color .main_menu .menu ul li > a:hover {
	color: #fff;
}

.av-main-nav ul {
	width: 250px;
}

/* -----------------------------------------------------------------------------------------------------------------
Typography
----------------------------------------------------------------------------------------------------------------- */

.main_color a {
	color: #ed1c24;
	transition: all 0.25s;
}

.main_color a:hover {
	color: #faa635 !important;
}

.main_color .required {
	color: #faa635;
}

.avia_transform a:hover .image-overlay {
	opacity: 0.2 !important;
}

p,
ul,
li {
	font-size: 16px;
	color: #121212;
	font-family: "geomanist_regularregular", Helvetica, Arial, Sans-Serif;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

h1 {
	font-size: 60px;
	font-family: "geomanistlight", Helvetica, Arial, Sans-Serif;
	margin: 0 0 25px;
	font-weight: 300;
	line-height: 1;
}

h1 strong {
	font-family: "geomanistmedium", Helvetica, Arial, Sans-Serif;
}

h2 {
	font-size: 40px;
	font-family: "geomanistlight", Helvetica, Arial, Sans-Serif;
	margin: 0 0 20px;
	font-weight: 300;
}

h3 {
	font-size: 24px;
	font-family: "geomanistmedium", Helvetica, Arial, Sans-Serif;
	margin: 0 0 20px;
	font-weight: 400;
}

h4 {
	font-size: 16px;
	font-family: "geomanistmedium", Helvetica, Arial, Sans-Serif;
	margin: 0 0 20px;
	font-weight: 400;
	color: #ed1c24;
	line-height: 1.5;
}

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2,
.main_color h4 {
	text-transform: none;
	letter-spacing: 0;
	color: #ed1c24;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	margin-top: 0;
}

.main_color,
.header_color ul,
.header_color li {
	border: none !important;
}

.main_color .grid-entry-title {
	color: #ed1c24;
}

/* --------------------------------
Table Style
-------------------------------- */

td {
	font-size: 16px;
	padding: 10px;
	color: #000;
	font-family: "geomanist_regularregular";
}

.redSquare {
	font-size: 26px;
	color: #ed1c24;
}

/* --------------------------------
Contact page
-------------------------------- */

.main_color input[type="submit"] {
	transition: all 0.25s;
	background-color: #ed1c24 !important;
}

#top .main_color input[type="text"],
.main_color input[type="email"],
.main_color textarea {
	color: #000 !important;
}

.main_color input[type="submit"]:hover {
	background-color: #faa635 !important;
	cursor: pointer;
}

.main_color input[type="submit"]:focus {
	outline-style: none;
}

/* -----------------------------------------------------------------------------------------------------------------
Layout Styles
----------------------------------------------------------------------------------------------------------------- */

#red-section h1,
#red-section p {
	color: #fff;
}

#red-section h1 strong,
#red-section h3 {
	color: #faa635;
}

body .column-top-margin {
	margin-top: 30px;
}

.image-overlay .image-overlay-inside::before,
.image-overlay {
	display: none;
}

/* --------------------------------
Surface texture page narrow container
-------------------------------- */

.page-id-29 #main .container {
	max-width: 800px !important;
}

/* --------------------------------
Gallery Styling
-------------------------------- */

.grid-entry .avia-arrow {
	display: none;
}
.grid-content {
	padding: 20px 0 20px 0;
}
.grid-entry .inner-entry {
	box-shadow: none;
}
.grid-sort-container h3.grid-entry-title a {
	pointer-events: none;
}
.grid-entry {
	padding-right: 15px;
}

#top div .avia-gallery img {
	border: none !important;
	padding: 5px !important;
}
.template-page .entry-content-wrapper h1 {
	text-transform: none !important;
}
.main_color .av-masonry {
	background-color: #fff;
}
.av-masonry-entry .avia-arrow {
	display: none;
}
.av-masonry-entry .av-masonry-entry-title {
	font-size: 14px;
	color: #ed1c24;
}
.av-masonry-entry .av-inner-masonry-content {
	padding: 20px 20px 20px 0;
}

/* -----------------------------------------------------------------------------------------------------------------
Footer Styles
----------------------------------------------------------------------------------------------------------------- */

.footer_color {
	background-color: #ed1c24 !important;
}

.footer_color p {
	color: #fff;
	font-size: 14px;
}

#socket .copyright {
	font-size: 14px;
	color: #000;
}

/* -----------------------------------------------------------------------------------------------------------------
Responsive Styles
---------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 25px;
	}
}

.header_color .av-hamburger-inner,
.header_color .av-hamburger-inner::before,
.header_color .av-hamburger-inner::after {
	background-color: #ed1c24 !important;
}

/* -----------------------------------------------------------------------------------------------------------------
Additional styling
----------------------------------------------------------------------------------------------------------------- */

/* --------------------------------
Homepage
-------------------------------- */

a:hover {
	text-decoration: none;
}

/* Homepage banner */

.home-banner-block {
	display: block;
	background-color: rgba(237, 28, 36, 1);
	padding: 25px 10px 10px;
	width: 50%;
	margin: 0 auto;
	transition: all 0.25s;
}

.home-banner-block:hover {
	background-color: #faa635;
}

.home-banner-block a:hover {
	color: #fff !important;
}

.home-banner-block h2,
.home-banner-block p a,
.home-banner-block p a:hover {
	color: white;
}

.home-banner-block h2 span {
	font-family: "geomanistmedium";
}

/* Homepage caption */

.caption_framed .slideshow_caption .avia-caption-content p {
	font-size: 22px;
	color: white;
	background-color: #ed1c24;
}

#top .main_color .avia-color-theme-color {
	color: #ffffff;
	border: 0;
}

#top .avia-slideshow-button {
	text-transform: none;
	padding: 20px;
	font-size: 18px;
	background-color: #ed1c24;
	color: white;
}

/*Cookie Control*/
#ccc-icon.ccc-icon--dark #star path {
    fill: #fff !important;
}

body #ccc #ccc-icon {
    fill: #ED1C24 !important;
}

#ccc .optional-vendor-heading  {
    color: #fff;
}
