/*   
Theme Name: coboat
Theme URI: http://198.252.106.81/~toanleco/projects/coboat/
Description: This is just a  WordPress Theme template 
Author: ToanLe
*/
* { margin: 0; padding: 0; }

/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v2/WB2LNay3rHMH1zU8UJnUHIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v2/ElUAY9q6T0Ayx4zWzW63VJBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'), url(https://fonts.gstatic.com/s/worksans/v2/z9rX03Xuz9ZNHTMg1_ghGYjoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'), url(https://fonts.gstatic.com/s/worksans/v2/z9rX03Xuz9ZNHTMg1_ghGRampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Work Sans Bold'), local('WorkSans-Bold'), url(https://fonts.gstatic.com/s/worksans/v2/4udXuXg54JlPEP5iKO5AmRampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
strong {
font-family: Work Sans;
font-weight: 700;
color: #000;
}
.route-holder {
width:100%;
color: #fff;
}
.route-column {
	width: 160px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #fff;
	float: left;
	text-align:center;
}
.route-header-cell {
background-color: #0076bd;
width:100%;
padding: 10px 0px 10px 0px;
}
.route-header-cell strong {
	font-family: Work Sans;
	font-weight: 700;
	color: #fff;
}
.route-cell {
	width:100%;
padding: 10px 0px 10px 0px;
text-align: center;
background-color: #64b9e4;
border-style: solid;
border-width: 0px 1px 0px 0px;
border-color: #fff;
height: 110px;
}
.route-cell strong {
font-family: Work Sans;
font-weight: 700;
color: #fff;
}
.offers-holder {
width:100%;
}
.offers-header {
display: table
position: absolute;
}
.offers-row {
width:100%;
}
.offers-cell {
width: 320px;
padding: 10px;
text-align: center;
display: table-cell; 
vertical-align: middle;
}
.orangebutton {
	background-color: #ff4e00; /* makes button orange */
	border-radius: 6px; /* gives button rounded corners radius in px */
	color: #fff; /* font color */
	cursor: pointer; /* makes the pointy finger on hover */
	display: inline-block; /* makes the whole block a link not just text */
	font-size: 24px; /* font size */
	font-weight: 700; /* font weight 700 is quite bold */
	letter-spacing: 2px; /* space between letter */
	line-height: 35px; /* adjusts space above text */
	margin: 45px 10px 0px 10px;  /* adds space before and after button */
	padding: 15px 30px 12px 30px; /* adds space around text - top right bottom left */
    text-align: center; /* aligns text to center */
	text-decoration: none; /* removes link underline */
	width: 25%; /* button width - can be fixed in pixels of more responsive in % */	
}


.row-follow .cols-social p, 
.row-follow .cols-signup p {
    margin-bottom: 15px;
}

.css-hpmlk2 {
    z-index: 99999999999;
}