/*
 Theme Name: Endurance Sailing Team
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */


body {
	color: #262626;
	font-size: 17px;
	line-height: 22px;
	font-family: 'Calibri', sans-serif;
	background: #fff;
	text-align: center;
	}

.wrap {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #000;
	font-size: 17px;
	line-height: 20px;
	font-family: 'Calibri', sans-serif;
	}

a {
	color: #d2161e;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #d2161e;
	text-decoration: underline;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 25px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #000;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 30px;
	line-height: 34px;
	}
h2, .h2{
	font-size: 26px;
	line-height: 30px;
	}
h3, .h3{
	font-size: 24px;
	line-height: 26px;
	}
h4, .h4{
	font-size: 22px;
	line-height: 24px;
	}
h5, .h5{
	font-size: 18px;
	line-height: 22px;
	}
h6, .h6{
	font-size: 16px;
	line-height: 20px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.grid {
	clear: both;
	*zoom: 1;
	}
.grid:after {
	content: "";
	display: table;
	clear: both;
	}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	}
.col-1-8 {
	width: 12.5%;
	}
.col-1-4 {
	width: 25%;
	}
.col-1-3 {
	width: 33.33%;
	}
.col-1-2 {
	width: 50%;
	}
.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #57b64d;
	background: #57b64d;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #ca2a3c;
	background-color: #ca2a3c;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */



/* HEADER */

header {
	background: #000;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.32);
	}

.logo{
	padding: 7px 0;
	text-align: center;
	}
.logo a{
	display: inline-block;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 3px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
	text-align: center;
	}
.logo a span{
	display: block;
	padding: 0 0 0 2px;
	font-size: 18px;
	line-height: 16px;
	letter-spacing: 4px;
	background-color: rgba(255, 255, 255, 0.7);
	color: rgba(0,0,0,0.9);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	font-style: italic;
	}


.top_nav{
	padding: 5px 0;
	}

.top_nav ul{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	}

.top_nav ul li{
	padding: 0 15px 5px 16px;
	position: relative;
	}

.top_nav ul li:before {
	content: " ";
	display: block;
	width: 1px;
	height: 14px;
	background: #fff;
	position: absolute;
	top: 4px;
	left: 0px;
	}

.top_nav ul li:first-child:before {
	display: none;
	}

.top_nav ul li a{
	color: #fff;
	}

.top_nav ul li a:hover, .top_nav ul li.current-menu-item a, .top_nav ul li.current-menu-parent a, .top_nav ul li.current-menu-ancestor a{
	color: #ffd700;
	text-decoration: none;
	}

/* END HEADER */


/* HOME */
.top_bg_head{
	padding: 0 0 1px 0;
	}
.top_head{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 0 0;
	}
.top_head_l{
	flex: 0 0 65%;
    max-width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	}
.top_head_r{
	flex: 0 0 33%;
    max-width: 33%;
	position: relative;
	z-index: 3;
	}

.top_head_l_top{
	display: flex;	
	justify-content: flex-start;
	align-items: center;
	}
.top_head_l_img{
	flex: 0 0 88px;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	}
.top_head_l_img img{
    border-radius: 3px;
	vertical-align: bottom;
	}
.top_head_l_star{
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	}	
.top_head_l_name{
	width: 100%;
    font-weight: bold;
    color: #222;
    font-size: 18px;
    line-height: 22px;
	}
.top_head_l_star span {
	font-size: 18px;
	font-weight: bold;
	color: #959595;
	margin: 0 3px 0 0;
	}	
.top_head_l_star span.active{
	color: #d2161e;
	}

h1.top_head_l_title{
    font-size: 40px;
    line-height: 44px;
    color: #000;
	}


.top_head_r_title{
    font-weight: bold;
    font-size: 16px;
    color: rgba(0,0,0,0.7);
    text-transform: uppercase;
	margin: 0 0 10px 0;
	}
ul.top_head_r_list{
    background: #ffd700;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);
    border-radius: 3px;
    padding: 20px 40px;
    margin-bottom: -90px;
	}
ul.top_head_r_list li{	
	display: flex;	
	align-items: center;
	padding: 15px 0;
	margin: 0 0 10px 0;
    color: #222;
    font-size: 20px;
    line-height: 24px;
	}
ul.top_head_r_list li:before{
	content: "✔";
	display: block;
	padding: 0 10px 0 0;
    color: #a31621;
	}


.top_bott{
    background: #000;
    padding: 40px 0;
	}
.top_bott_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.top_bott_l{
	flex: 0 0 65%;
    max-width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	}
.top_bott_r{
	flex: 0 0 33%;
    max-width: 33%;
    padding: 70px 0 40px;
	}
.top_bott_title{
    color: #fff;
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
    margin: 0 0 15px 0;
	}
.top_bott_info{
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	}
.top_bott_info li{
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 0 10px;
	border-left: 1px solid #fff;
	}
.top_bott_info li:first-child{
	padding: 0 10px 0 0;
	border-left: 0 solid #fff;
	}

a.top_bott_r_but{
	display: block;
	padding: 14px 7px;
	box-sizing: border-box;
    border-radius: 7px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 1px; 
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
a.top_bott_r_but:hover{
	box-shadow: rgba(255, 255, 255) 0 0px 0px 40px inset;
	color: #e10014;
	letter-spacing: 3px; 
	}


#content{
	padding: 40px 0;
	}

.about{
    border: 1px solid #c9c9c9;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
    border-radius: 3px;
	margin: 0 0 40px 0;
	}
.about_title{
	font-size: 19px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 20px;
	background: #fff;
    border-radius: 3px 3px 0 0;
	}
.about_list{
    border-top: 1px solid #c9c9c9;
	padding: 12px 20px;
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	}
.about_list > b{
	width: 40%;
	box-sizing: border-box;
	padding: 0 15px 0 0;
	}
.about_list > span{
	width: 40%;
	}
.about_list > span > a{
	font-size: 18px;
	font-weight: bold;
	}


.posts_reg_bg{
	background: #ffd700;
	padding: 30px 0;
	}
.posts_reg{
	padding: 0;
	}
.posts_reg_top{
	display: flex;
	flex-wrap: wrap;	
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
	}
.posts_reg_l{
	display: flex;	
	justify-content: flex-start;
	align-items: center;
	}
.posts_reg_img{
	flex: 0 0 65px;
	box-sizing: border-box;
	padding: 0 15px 0 0;
	}
.posts_reg_img img{
    border-radius: 3px;
	vertical-align: bottom;
	}
.posts_reg_r{
	color: #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
	}
.posts_reg_r span{
    font-size: 42px;
    line-height: 42px;
	}

.posts_reg_text{
	font-size: 18px;
	margin: 0 0 20px 0;
	}
a.posts_reg_but{
	max-width: 400px;
	display: block;
	margin: 0 auto;
	padding: 12px 7px;
	box-sizing: border-box;
    border-radius: 1.6rem;
	border: 2px solid #d2161e;
	background: #d2161e;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 1px; 
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
a.posts_reg_but:hover{
	box-shadow: rgba(255, 255, 255) 0 0px 0px 40px inset;
	color: #e10014;
	letter-spacing: 3px; 
	}

.posts_star_line {
    border-top: 1px solid #c9c9c9;
    padding: 12px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	font-size: 16px;
	}
.posts_star_line:nth-child(2n){
	background: #fff;
	}
.posts_star_line > b {
    width: 60%;
    box-sizing: border-box;
    padding: 0 0 0 0;
	}
.posts_star{
    width: 30%;
	display: flex;	
	justify-content: flex-start;
	align-items: flex-start;
	}	
.posts_star span {
	font-size: 22px;
	font-weight: bold;
	color: #959595;
	margin: 0 3px 0 0;
	}	
.posts_star span.active{
	color: #ffd700;
	}


.widget{
	margin: 0 0 30px 0;
	}
.widget_title{
    font-weight: bold;
    font-size: 18px;
    color: rgba(0,0,0,0.8);
    text-transform: uppercase;
    margin: 0 0 14px 0;
	}
.best_bet{
	padding: 14px 0 14px 0;
    border-bottom: 1px solid #c9c9c9;
	display: flex;	
	justify-content: space-between;
	align-items: center;
	}
.best_bet_l{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 3;
	}
.best_bet_img{
	flex: 0 0 48px;
	box-sizing: border-box;
	padding: 0 7px 0 0;
	}
.best_bet_img img{
    border-radius: 3px;
	vertical-align: bottom;
	}
.best_bet_star{
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	}	
.best_bet_name{
	flex-basis: 100%;
    font-weight: bold;
    color: #222;
    font-size: 15px;
    line-height: 16px;
	}
.best_bet_star span {
	font-size: 14px;
    line-height: 16px;
	font-weight: bold;
	color: #959595;
	margin: 0 2px 0 0;
	}	
.best_bet_star span.active{
	color: #d2161e;
	}

a.best_bet_read{
	flex: 1;
	display: block;
	margin: 0 10px 0 0;
	padding: 5px 3px;
	box-sizing: border-box;
    border-radius: 9px;
    border: 1px solid #d2161e;
	background: #d2161e;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
a.best_bet_read:hover{
	box-shadow: rgba(255, 255, 255) 0 0px 0px 40px inset;
	color: #e10014;
	}
a.best_bet_go{
	flex: 1;
	display: block;
	padding: 7px 3px;
	box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #d2161e;
	color: #e10014;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
a.best_bet_go:hover{
	box-shadow: rgba(210, 22, 30) 0 0px 0px 40px inset;
	color: #fff;
	}


.last_news{
	padding: 0 0 14px 0;
	margin: 0 0 14px 0;
    border-bottom: 1px solid #c9c9c9;
	}
.last_news_cat{
	text-transform: uppercase;
    font-weight: 700;
    color: #e10014;
	font-size: 16px;
	line-height: 20px;
	}
.last_news_title{
	margin: 0 0 7px 0;
    font-weight: 700;
    color: #e10014;
	font-size: 20px;
	line-height: 24px;
	}
.last_news_title a{
    color: #000;
	text-decoration: none;
	}
.last_news_title a:hover{
    color: #e10014;
	}
.last_news_date{
	font-size: 14px;
	}

/* END HOME */



/* FOOTER */

footer {
	padding: 40px 0;
	background: #000;
    border-top: 1px solid #d0d0d0;
	}
.footer_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.footer_text{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	}
.footer_copu{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	}
.flogo a{
	display: inline-block;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 3px;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
	text-align: center;
	}
.flogo a span{
	display: block;
	padding: 0 0 0 2px;
	font-size: 17px;
	line-height: 16px;
	letter-spacing: 4px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	font-style: italic;
	}

/* END FOOTER */



/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */