/*
	Theme Name: Drimoleague
/* ---------------------------
		Reset
--------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height:1; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td {	vertical-align: top; }
th { text-align: left; }
nav li { display:block; list-style:none; }
img { display:inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;}
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{display:block;margin-bottom:5px;font-size:16px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:30px;padding:5px;margin-bottom:10px;font-size:14px;line-height:1;color:#555555;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle;width:100%;}
textarea{height:auto;padding:4px 6px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:25px;*margin-top:4px;line-height:1;}
select{border:1px solid #cccccc;background-color:#ffffff;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}


/* ---------------------------
	General
--------------------------- */
html {
	-webkit-text-size-adjust: none;
}
body {
	color: #333;
	font: 14px/1.6 normal 'Lato', sans-serif;
	padding:0;
	margin:0;
	background-color: #2c90cb;
	background-image: url('images/background.jpg');
	background-size: 100% auto;
	background-position: center 260px;
	background-repeat: no-repeat;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
	text-align: justify;
}
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0 0 10px 0;
	font-size: 16px;
	line-height: 1.4;
}

h1 {
	margin: 15px 0 30px;
	padding: 10px 0 10px 10px;
	font-size: 30px;
	color: #2c90cb;
	border-left: 15px solid #2c90cb;
	border-bottom: 1px solid #2c90cb;
}
h2 {
	padding: 25px 0 20px;
	font-size: 21px;
	color: #2c90cb;
}
h3 {
	padding: 25px 0 20px;
	font-size: 18px;
	color: #2c90cb;
}
h4 {
	color: #fff;
}
/* ---------------------------
	Layout
--------------------------- */

#header {
	position: relative;
	background: #fff;
}
#header .logo {
	display: block;
	padding: 70px 0 50px;
}
#header .contact {
	position: absolute;
	top: 50px;
	right: 0;
}
#header .contact > a,
#footer-after .contact > a {
	position: relative;
	top: -17px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3091c8;
}
#header .contact ul,
#footer-after .contact ul {
	display: inline-block;
	line-height: 0;
}
#header .contact li,
#footer-after .contact li {
	padding-left: 20px;
	display: inline-block;
}
#header .contact li a,
#footer-after .contact li a {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url('images/social-icons.png');
	background-size: cover;
}
#header .contact li:last-of-type a,
#footer-after .contact li:last-of-type a {
	background-position: right;
}
#header .contact li a:hover,
#footer-after .contact li a:hover {
	opacity: .8;
}

#nav {
	position: absolute;
	top: 150px;
	right: 0;
}
#nav .menu > li {
	display: inline-block;
}
	#nav .menu > li:hover > ul {
		display: block;
	}
#nav .menu > li > a {
	padding: 0 0 20px 15px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	font-size: 16px;
}
#nav .menu > .current-menu-item > a,
#nav .menu > li > a:hover {
	color: #3091c8;
}

#nav .sub-menu {
	position: absolute;
	display: none;
	padding: 15px;
	background-color: #3091c8;
	opacity: .9;
	border-radius: 3px;
	z-index: 5000000;
}
#nav .sub-menu > li {
	display: block;
	padding: 0 10px;
}
#nav .menu > li:last-of-type > .sub-menu {
	right: 0;
}
#nav .sub-menu > li > a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
#nav .sub-menu > li > a:hover {
	color: #fff;
	text-decoration: underline;
}
#nav.active .menu {
	display: block;
}
#nav.active .menu > li:hover > ul {
	display: none;
}

.menu-bars {
	display: none;
	height: 50px;
	margin: 0 -30px;
	background-color: #1a70b6;
	cursor: pointer;
	z-index: 5000;
	background-image: url(images/mobile-menu-icon-open.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.active .menu-bars {
	background-image: url(images/mobile-menu-icon-close.png);
}

#main {
	min-height: 600px;
}
#main .header {
	margin: 0 -30px;
	height: 2px;
	background-color: #96c8e5;
}

#store h2 {
	font-size: 30px;
	padding-bottom: 50px;
}
#store img {
	display: block;
	width: 100%;
	padding: 0 20px;
}
#store .content > div {
	padding: 10px 0;
	background-color: #1a70b6;
}
#store .content > div p {
	padding: 0;
	color: #fff;
	line-height: 1.3;
	text-align: center;
}
#store .content > div .product-name {
	font-size: 18px;
}
#store .content > div .product-sale{
	font-size: 28px;
}

#footer {
	margin: 30px -30px 0;
	padding: 0 30px 15px;
	background-color: #1a70b6;
}
#footer h3,
#footer p {
	color: #fff;
}
#footer p {
	font-weight: 300;
}

#footer form input[type=text] {
	width: 80%;
	margin: 8px 0;
	padding: 19px 5px;
	background-color: #fff;
	border-radius: 0;
	border: none;
}
#footer form input[type=submit] {
	width: 60%;
	margin: 8px 0;
	padding: 0;
	font-size: 18px;
	line-height: 40px;
	background-color: #fff;
	border-radius: 0;
	border: none;
	color: #1a70b6;
}
#footer .news {
	padding: 0;
}
#footer .news img {
	float: left;
	margin: 0 10px 0 0;
	border: 3px solid #62acd7;
}
#footer .news p {
	line-height: 1.4;
	padding: 0;
}
#footer .news .read-more {
	float: right;
	color: #fff;
	padding-bottom: 10px;
}

#footer-after {
	margin: 0 -30px;
	padding: 20px 0 10px;
	text-align: center;
	background-color: #333;
}
#footer-after .copyrights {
	padding: 10px 0;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
#footer-after .contact {
	display: none;
	padding-top: 20px;
}

/* ---------------------------
	Specific
--------------------------- */
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}
.hard-blue .content,
.normal-blue .content,
.easy-blue .content {
	padding-bottom: 20px;
}
.easy-blue {
	background-color: #d5e9f4;
}
.easy-blue h2,
.easy-blue p {
	color: #2c90cb;
}
.normal-blue {
	background-color: #62acd7;
}
.normal-blue h2,
.normal-blue p {
	color: #fff;
}
.normal-blue p {
	font-weight: 300;
}
.hard-blue {
	background-color: #2d90c9;
}
.hard-blue h2,
.hard-blue p {
	color: #fff;
}
.hard-blue p {
	font-weight: 300;
}

.secondary {
	list-style-type: none;
	list-style-position: inside;
}
.secondary li {
	padding: 8px 0 8px 10px;
	border-bottom: 1px solid #2c90cb;
}
.secondary a {
	color: #333;
}
.secondary .current_page_item a,
.secondary .current-menu-item a,
.secondary a:hover {
	color: #2c90cb;
}

.news-events {
	padding: 30px 0;
	border-top: 1px solid #2c90cb;
}
.news-events:first-of-type {
	padding-top: 0;
	border-top: none;
}
.news-events img {
	border: 4px solid #eee;
}
.news-events h2 {
	padding: 0;
}
.news-events a {
	color: #2c90cb;
}
.news-events a:hover {
	text-decoration: underline;
}
.news-events .date {
	font-style: italic;
}
.read-more {
	color: #2c90cb;
}
.read-more:hover {
	text-decoration: underline;
}
.box p {
	padding-top: 15px;
	line-height: 1.4;
}
.box img {
	width: 100%;
}

.btn {
	margin: 10px 0 20px;
}
.btn a {
	background-color: #fff;
	padding: 12px 30px;
	color: #2d90c9;
}
.btn a:hover {
	background-color: #d5e9f4;
}

.easy-blue .btn a {
	background-color: #2d90c9;
	color: #fff;
}
.easy-blue .btn a:hover {
	background-color: #fff;
	color: #2d90c9;
}
.hard-blue .btn a {
	background-color: #fff;
	color: #2d90c9;
}
.hard-blue .btn a:hover {
	background-color: #d5e9f4;
}

.vcard {
	color: #fff;
	font-weight: 300;
}
.vcard a {
	color: #fff;
	text-decoration: underline;
}
.vcard a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.content table {
	width: 100%;
	margin: 15px 0;
	border-collapse: collapse;
	border: 1px solid #62acd7;
}
.content table tr,
.content table th,
.content table td {
	padding: 5px;
}

.content table th {
	background-color: #2d90c9;
	color: #fff;
}
.content table tr:nth-child(even) {
	background-color: #e2eef4;
	color: #2d90c9;
}
.content table tr:nth-child(odd) {
	background-color: #fff;
	color: #2d90c9;
}
#map_canvas {
	height: 400px;
}

/* ---------------------------
	Pages
--------------------------- */
.page-home .row.full {
	display: flex;
	margin: 40px -30px 0;
}
.page-home .row.full:first-of-type {
	margin-top: 0 ;
}
.page-home .row.full [class^="col"] {
	padding: 0 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page-home .row.full [class^="col"].img {
	min-height: 270px;
}

.page-special-offers #store {
	padding-top: 30px;
}
/* ---------------------------
	Grid
--------------------------- */
.container {
	position: relative;
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 30px;
	background: #fff;
}
.row {
	padding: 0;
	margin-left: -15px;
	margin-right: -15px;
}
.row:before,
.row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.row [class^="col"] {
	float: left;
	display: block;
	padding: 0 15px;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666666666666%;
}
.col10 {
	width: 83.33333333333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666666666666%;
}
.col7 {
	width: 58.333333333333336%;
}
.col6 {
	width: 50%;
}
.col5 {
	width: 41.66666666666667%;
}
.col4 {
	width: 33.33333333333333%;
}
.col3 {
	width: 25%;
}
.col2 {
	width: 16.666666666666664%;
}
.col1 {
	width: 8.333333333333332%;
}

.container-rev-slider {
	padding: 0;
}

.alignleft {
	float: left;
	padding: 0 10px 0 0;
}
.alignright {
	float: right;
	padding: 0 0 0 10px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
/* ---------------------------
	RWD
--------------------------- */
@media(max-width: 1210px) {
	#header .contact,
	#nav {
		right: 15px;
	}
}
@media(max-width: 999px) {
	#header .contact {
		display: none;
	}
	#header .logo {
		padding: 10px 0;
		text-align: center;
	}
	
	#nav {
		position: static;
	}
	#nav .menu {
		display: none;
		margin: 0 -30px;
	}
	#nav .menu > li {
		display: block;
		text-align: center;
		padding: 0;
		border-top: 1px solid #1a70b6;
		background-color: #fff;
	}
	#nav .menu > li > a {
		padding: 10px 0;
	}
	#nav .menu > .current_page_item > a,
	#nav .menu > li > a:hover {
		color: #1a70b6;
	}
	.menu-bars {
		display: block;
	}
	
	#footer-after .contact {
		display: block;
	}
}
@media(max-width: 729px) {
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	.row [class^="col"] {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		padding: 0;
	}
	.page-home .row [class^="col"] img {
		width: auto;
		height: auto;
		display: block;
		margin: 15px auto;
	}
	
	#store .row {
		padding: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	#store .row [class^="col"] {
		float: left;
		display: block;
		padding: 0 15px;
	}
	#store .col3 {
		width: 50%;
	}
	
	#store .row [class^="col"] img {
		margin-bottom: 0;
	}
	
	#footer form input[type=text] {
		width: 100%;
	}
	#footer form input[type=submit] {
		width: 100%;
	}
	
	.page-home .row.full p {
		padding-bottom: 30px;
	}
}
@media(max-width: 609px) {
	.page-home .row.full {
		display: block;
	}
	.page-home .row.full [class^="col"] {
		margin-bottom: 0;
	}
}
@media(max-width: 469px) {
	#store .row {
		margin-left: 0;
		margin-right: 0;
	}
	#store .row [class^="col"] {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		padding: 0;
	}
}
/* ---------------------------
	Plugins
--------------------------- */

/* Contact Form 7 */
.wpcf7 {
	margin-right: 10%;
	float: left;
	width: 100%;
}
.wpcf7 .screen-reader-response {
	display: none;
}
.wpcf7 p { 
	position: relative; 
	padding: 0 0 5px 0;
}
.wpcf7 label {
	display: block;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 5px;
}
.wpcf7 p strong { 
	color: #f95900; 
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.wpcf7 p input,
.wpcf7 p textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}
.wpcf7 p input {
	height: 35px;
}
.wpcf7 textarea {
	height: 120px;
}
.wpcf7 p .wpcf7-submit,
.wpcf7 p .wpcf7-submit:focus {
	display: block;
	margin: 0 0 30px 0;
	padding: 8px;
	width: 120px;
	background: #9B9B9B;
	color: #fff;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
}
.wpcf7 p .wpcf7-submit:hover,
.wpcf7 p .wpcf7-submit:focus {
	background: #555;
}
.wpcf7-response-output { 
	padding: 15px 5%;
	margin-bottom: 20px;
	width: 100%;	
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7-mail-sent-ok { 
	background: #398f14; 
	color: #fff;
} 
.wpcf7-display-none { 
	display: none; 
} 
.wpcf7-validation-errors { 
	background: #b00; 
	color: #fff; 
} 
.wpcf7-not-valid-tip { 
	-webkit-border-radius: 0 10px 10px 10px; 
	-moz-border-radius: 0 10px 10px 10px; 
	border-radius: 0 10px 10px 10px; 
	position: absolute; 
	top: 40px; 
	z-index: 100; 
	display: block; 
	color: #fff; 
	background: #d00; 
	padding: 5px 20px; 
	border: none; 
	right: -20px; 
	width: auto; 
} 
.wpcf7-not-valid-tip-no-ajax { 
	color: #f00; 
	display: block; 
} 
.ajax-loader { 
	border: none; 
	vertical-align: middle;	
	display: block; 
	float: right;
}

/* UK Cookie Consent */
#catapult-cookie-bar {
	text-align: center !important;
	font-size: 14px;
}
#catapult-cookie-bar a {
	display: none;
}