/*
Theme Name: estorilclassics
*/

/* 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: #272a37;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	background: #fff;
	text-align: center;
	}

.wrap {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	text-align: left;
	}

input, textarea {
	font-family: 'Roboto', sans-serif;
	}

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

a:hover {
	color: #2ecc71;
	text-decoration: none;
	}

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 24px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #272a37;
	font-weight: bold;
	text-align: center;
	}
h1, .h1{
	font-size: 32px;
	line-height: 36px;
	}
h2, .h2{
	font-size: 30px;
	line-height: 34px;
	}
h3, .h3{
	font-size: 28px;
	line-height: 32px;
	}
h4, .h4{
	font-size: 26px;
	line-height: 30px;
	}
h5, .h5{
	font-size: 24px;
	line-height: 28px;
	}
h6, .h6{
	font-size: 22px;
	line-height: 26px;
	}

.title {
	margin: 0 0 30px 0;
	padding: 0 0 0 25px;
	position: relative;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	}

.title:before, .title:after {
	content: " ";
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(46, 204, 113, 0.9);
	position: absolute;
	top: 9px;
	left: 0px;
	}

.title:after {
	background-color: rgba(253, 146, 69, 0.9);
	top: 2px;
	}


.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 15px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	-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: 5px;
	-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 #FD9245;
	background: #FD9245;
	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: #2ecc71;
	background-color: #2ecc71;
	color: #fff;
	text-decoration: none;
	}

.btn_c2{
	border-color: #2ecc71;
	background-color: #2ecc71;
	}

.btn_c2:hover{
	border-color: #FD9245;
	background-color: #FD9245;
	}

.btn_c3{
	border-color: #8c9394;
	background-color: #8c9394;
	}

.btn_c3:hover{
	border-color: #2ecc71;
	background-color: #2ecc71;
	}

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

/* END FORM */


/* HEADER */

header {
	height: 153px;
	padding: 0 40px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
	}

.top{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	height: 84px;
	border-bottom: 1px solid #f5f6fa;
	}

.top_soc{
	width: 25%;
	}

.soc a{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 5px 0 0;
	border: 1px solid #000;
	opacity: 0.4;
	border-radius: 5px;
	}

.soc_f{
	background: url('images/soc_f.svg') no-repeat center / auto 14px;
	}
.soc_t{
	background: url('images/soc_t.svg') no-repeat center / auto 14px;
	}
.soc_t{
	background: url('images/soc_t.svg') no-repeat center / auto 14px;
	}
.soc_y{
	background: url('images/soc_y.svg') no-repeat center / auto 14px;
	}
.soc_i{
	background: url('images/soc_i.svg') no-repeat center / auto 14px;
	}
.soc_r{
	background: url('images/soc_r.svg') no-repeat center / auto 16px;
	}
.soc_tg{
	background: url('images/soc_tg.svg') no-repeat center / auto 16px;
	}

.soc a:hover{
	opacity: 0.7;
	}


.logo{
	width: 280px;
	}

.logo img{
	vertical-align: bottom;
	}


.search {
	display: flex;
	justify-content: flex-end;
	width: 25%;
	}

.search_inp {
	width: 210px;
	}

.search_sub {
	width: 40px;
	padding: 0 0 0 5px;
	}

.search_sub input {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	background: none;
	border: 0;
	background: url('images/search.svg') no-repeat center / 24px auto;
	border-radius: 5px;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.3s 0.02s ease;
	}

.search_sub input:hover {
	opacity: 1;
	}


.show_nav{
	display: none;
	width: 40px;
	height: 23px;
	position: absolute;
	top: 11px;
	right: 10px;
	cursor: pointer;
	}
.show_nav span, .show_nav:before, .show_nav:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #FD9245;
	border-radius: 2px;
	position: absolute;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}
.show_nav span{
	top: 10px;
	}
.show_nav:before {
	top: 0px;
	}
.show_nav:after {
	top: 20px;
	}
.show_nav.open span{
	display: none;
	}
.show_nav.open:before{
	transform: rotate(45deg);
	top: 10px;
	}
.show_nav.open:after{
	transform: rotate(-45deg);
	top: 10px;
	}

@media (min-width: 1021px) {
.main_nav{
	display: block !important;
	}
}

.main_nav {
	height: 68px;
	}

.fix .main_nav {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 300;
	background: #fff;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
	}

.main_nav > ul{
	display: flex;
	justify-content: space-around;
	width: 1120px;
	margin: 0 auto;
	}

.main_nav > ul > li {
	width: 100%;
	margin: 0 2px;
	position: relative;
	}

.main_nav > ul > li > a{
	display: block;
	height: 68px;
	position: relative;
	color: #272a37;
	line-height: 68px;
	text-align: center;
	}

.main_nav > ul > li > a:hover, .main_nav > ul > li.current-menu-item > a, .main_nav > ul > li.current-menu-parent > a, .main_nav > ul > li.current-menu-ancestor > a{
	color: #272a37;
	}

.main_nav > ul > li > a:before {
	content: " ";
	display: block;
	width: 0;
	height: 2px;
	background: #FD9245;
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.main_nav > ul > li > a:hover:before, .main_nav > ul > li:hover > a:before, .main_nav > ul > li.current-menu-item > a:before, .main_nav > ul > li.current-menu-parent > a:before, .main_nav > ul > li.current-menu-ancestor > a:before {
	width: 100%;
	}

.main_nav > ul > li.menu-item-has-children > a{
	background: url('images/arr_d.svg') no-repeat center bottom 14px / 10px auto;
	}

.main_nav > ul > li > ul{
	display: block;
	width: 180px;
	padding: 15px 20px;
	position: absolute;
	top: 120%;
	left: 50%;
	z-index: 300;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
	opacity: 0;
	border-radius: 5px;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	}

.main_nav > ul > li:hover > ul{
	top: 100%;
	opacity: 1;
	visibility: visible;
	}

.main_nav ul li ul li {
	display: block;
	padding: 5px 0;
	}

.main_nav ul li ul li a{
	color: #272a37;
	}

.main_nav > ul > li > ul > li > a:hover, .main_nav > ul > li > ul > li.current-menu-item > a, .main_nav > ul > li > ul > li.current-menu-parent > a, .main_nav > ul > li > ul > li.current-menu-ancestor > a{
	color: #FD9245;
	}

/* END HEADER */


/* HOME */

.home_top {
	padding: 45px 40px 20px 40px;
	}

.home_bg {
	padding: 45px 40px 30px 40px;
	background: #f6f6f6;
	}

.bet_list {
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	padding: 10px 20px;
	margin: 0 0 30px 0;
	background: #fff;
	box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	position: relative;
	text-align: center;
	}

.bet_list:hover {
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 35%);
	}

.bet_list_n {
	width: 30px;
	height: 30px;
	padding: 12px 0 0 0;
	position: absolute;
	top: -12px;
	left: 30px;
	background-color: rgba(46, 204, 113, 0.9);
	border-radius: 5px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	}

.bet_list_n1 {
	background-color: rgba(253, 146, 69, 0.9);
	}

.bet_list_img {
	width: 80px;
	}

.bet_list_img img {
	vertical-align: bottom;
	border-radius: 5px;
	}

.bet_list_sep {
	width: 1px;
    height: 50px;
    background: #d6d7db;
	}

.bet_list_bon{
	width: 262px;
	color: #8c9394;
	font-size: 12px;
	line-height: 17px;
	}

.bet_list_bon span{
	display: block;
	padding: 0 0 5px 0;
	color: #272a37;
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	}

.bet_list_rat{
	width: 110px;
	padding: 10px 15px;
	border: 1px solid #d6d7db;
	border-radius: 21px;
	}

.rat{
	display: flex;
	justify-content: space-between;
	}

.rat span{
	display: block;
	width: 18px;
	height: 18px;
	background: url('images/star.svg') no-repeat center / 18px;
	}

.rat span.active{
	background-image: url('images/star_a.svg');
	}

.bet_list_r{
	width: 140px;
	}

.bet_list_r .btn{
	width: 100%;
	}

.bet_lists_go {
	padding: 0 0 8px 0;
	}


.home_text {
	padding: 45px 40px 20px 40px;
	}


.bonus_lists {
	display: flex;
	flex-wrap: wrap;
	}

.bonus_list {
	box-sizing: border-box;
	width: 23.5%;
	padding: 30px;
	margin: 0 2% 20px 0;
	background: #fff;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
	text-align: center;
	}

.bonus_list:nth-child(4n) {
	margin: 0 0 20px 0;
	}

.bonus_list:nth-child(2n) {
	background: #111;
	}

.bonus_list:hover {
	box-shadow: 0 0 35px 0 rgb(0 0 0 / 40%);
	}

.bonus_list_t {
	padding: 0 0 25px 0;
    color: #7f8c8d;
	}

.bonus_list_t a {
    color: #7f8c8d;
	}

.bonus_list_t a:hover {
	text-decoration: underline;
	}

.bonus_list_b {
	padding: 0 0 30px 0;
	color: #151515;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	}

.bonus_list_b a {
    color: #151515;
	}

.bonus_list_b a:hover {
	opacity: 0.6;
	}

.bonus_list:nth-child(2n) .bonus_list_b, .bonus_list:nth-child(2n) .bonus_list_b a {
    color: #fff;
	}

.bonus_list_i {
	padding: 0 0 25px 0;
    color: #777;
	font-size: 12px;
	line-height: 14px;
	}

.bonus_list:nth-child(2n) .bonus_list_i {
    color: #7f8c8d;
	}

.bonus_list_i span {
	font-weight: bold;
	}

.bonus_list:nth-child(2n) .btn {
	border-color: #2ecc71;
	background-color: #2ecc71;
	}

.bonus_list:nth-child(2n) .btn:hover{
	border-color: #FD9245;
	background-color: #FD9245;
	}


.prognos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.progn {
	width: 24%;
	margin: 0 0 20px 0;
	background: #fff;
	transition: all 0.3s 0.02s ease;
	box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
	position: relative;
	border-radius: 5px;
	}

.progn_big {
	width: 48%;
	}

.progn:hover {
	box-shadow: 0 0 35px 0 rgb(0 0 0 / 40%);
	}

.progn_big .progn_img:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.32);
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 5px;
	}

.progn_img img {
	vertical-align: bottom;
	border-radius: 5px;
	}

.progn_b {
	padding: 25px 20px;
	}

.progn_big .progn_b {
	box-sizing: border-box;
	width: 100%;
	padding: 40px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}

.progn_cat {
	padding: 0 0 20px 0;
	font-size: 13px;
	line-height: 15px;
	}

.progn_cat a {
	text-decoration: underline;
	}

.progn_cat a:hover {
	text-decoration: none;
	}

.progn_big .progn_cat a {
	color: #eee;
	}

.progn_t {
	font-size: 18px;
	font-weight: bold;
	}

.progn_t a {
	color: #111;
	}

.progn_t a:hover {
	color: #FD9245;
	}

.progn_big .progn_t a {
	color: #fff;
	}

.progn_big .progn_t a:hover {
	color: #FD9245;
	}


/* END HOME */


/* POSTS */

#content {
	padding: 40px 40px 20px 40px;
	}


.vn_top {
	padding: 40px 40px;
	background: #f6f6f6;
	}

.vn_top h1 {
	margin: 0 0 5px 0;
	text-align: left;
	}

.breadc {
	color: #7f8c8d;
	font-size: 12px;
	line-height: 14px;
	}

.breadc a {
	color: #7f8c8d;
	}

.breadc a:hover {
	color: #7f8c8d;
	text-decoration: underline;
	}

.breadc .sep {
	padding: 0 5px;
	}


.sub_cats {
	padding: 0 0 20px 0;
	}

.sub_cats a {
	display: inline-block;
	height: 28px;
	padding: 0 20px;
	margin: 0 5px 5px 0;
	border: 1px solid #FD9245;
	border-radius: 15px;
	color: #FD9245;
	font-size: 12px;
	line-height: 28px;
	}

.sub_cats a.active, .sub_cats a:hover {
	border-color: #7f8c8d;
	color: #7f8c8d;
	}


.p_nav {
	padding: 10px 0;
	}

.p_nav a, .p_nav span {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 0 0;
	background: #57b64d;
	color: #fff;
	}

.p_nav a:hover, .p_nav .current {
	background: #ca2a3c;
	}


.cat_des {
	padding: 20px 0;
	}


.bet_page {
	display: flex;
	padding: 0 0 20px 0;
	}

.bet_l {
	min-width: 270px;
	width: 270px;
	margin: 0 30px 0 0;
	text-align: center;
	}

.bet_img {
	padding: 0 0 20px 0;
	}

.bet_img img {
	border-radius: 5px;
	vertical-align: bottom;
	}

.bet_rat {
	width: 100px;
	margin: 0 auto 20px auto;
	position: relative;
	}

.bet_rat:before {
	content: " ";
	display: block;
	width: 50px;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	}

.bet_l h1 {
	margin: 0 0 10px 0;
	}

.bet_desc {
	padding: 0 0 30px 0;
	color: #7f8c8d;
	font-size: 15px;
	line-height: 19px;
	}

.bet_l_bg {
	background: #f1f3f4;
	border-radius: 5px;
	padding: 30px;
	margin: 0 0 30px 0;
	}

.bet_bon {
	padding: 20px 0 0 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	}


.bet_nav {
	margin: 0 0 30px 0;
	text-align: left;
	}

.bet_nav2 {
	padding: 20px;
	background: #f1f3f4;
	border-radius: 5px;
	}

.bet_nav_t {
	margin: 0 0 10px 0;
	font-weight: bold;
	text-transform: uppercase;
	}

.bet_nav ul li {
	padding: 5px 0;
	border-top: 1px solid #e0e0e0;
	}

.bet_nav ul li:first-child {
	border: 0;
	}

.bet_r {
	width: 100%;
	}


.bet_pms {
	display: flex;
	justify-content: space-between;
	padding: 0 0 30px 0;
	}

.bet_pm {
	box-sizing: border-box;
	width: 48%;
	padding: 30px 30px 25px 30px;
	border: 1px solid #dfe6e9;
	border-radius: 5px;
	position: relative;
	}

.bet_pm:before {
	content: " ";
	display: block;
	width: 50px;
	height: 50px;
	background: url('images/plus.svg') no-repeat center / contain;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0.4;
	}

.bet_pm_m:before {
	background-image: url('images/minus.svg');
	}

.bet_pm_t {
	padding: 0 0 15px 0;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	}

.bet_pm ul li {
	padding: 4px 0 4px 22px;
	background: url('images/plus.svg') no-repeat 0px 8px / 16px auto;
	}

.bet_pm_m ul li {
	background-image: url('images/minus.svg');
	}

/* END POSTS */


/* AUTHORS */

.author_top {
	display: flex;
	align-content: center;
	align-items: center;
	margin: 0 0 20px 0;
	}

.author_top_img {
	width: 90px;
	min-width: 90px;
	margin: 0 20px 0 0;
	}

.author_top_img img {
	vertical-align: bottom;
	border-radius: 50%;
	}

.author_top h1 {
	margin: 0 0 10px 0;
	font-size: 22px;
	line-height: 26px;
	text-align: left;
	}

.author_top_d {
	padding: 0 0 10px 0;
	font-size: 14px;
	}

.author_soc {
	display: flex;
	}


.author_soc a {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	transition: all 0.3s 0.02s ease;
	opacity: 0.6;
	}

.author_soc_vk {
    background: url('images/vk.svg') center / contain;
	}
.author_soc_fb {
    background: url('images/facebook.svg') center / contain;
	}
.author_soc_in {
    background: url('images/instagram.svg') center / contain;
	}
.author_soc_tw {
    background: url('images/twitter.svg') center / contain;
	}

.author_soc a:hover {
	opacity: 1;
	}


.author_list {
    border-bottom: 1px solid #E0E0E0;
    padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	}

.author_list_top {
	display: flex;
	align-content: center;
	align-items: center;
    margin-bottom: 10px;
	}

.author_list_ava {
	width: 70px;
	max-width: 70px;
	margin: 0 20px 0 0;
	}

.author_list_ava img {
	vertical-align: bottom;
	border-radius: 50%;
	}

.author_list_a {
	padding: 0 0 3px 0;
	color: #bbb;
	font-size: 14px;
	}

.author_list_t {
	padding: 0 0 5px 0;
	font-size: 17px;
	font-weight: bold;
	}

.author_list_t a {
	color: #000;
	text-decoration: none;
	}

.author_list_t a:hover {
	color: #000;
	text-decoration: underline;
	}

/* END AUTHORS */


/* FOOTER */

footer {
	background: #111;
	color: #777;
	}

.footer_top {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 40px;
	background: #f1f3f4;
	}

.footer_inf {
	max-width: 300px;
	}

.footer_imgs img {
	margin: 0 2px;
	vertical-align: bottom;
	}

.bot_soc {
	max-width: 300px;
	text-align: right;
	}

.bot_soc a {
	margin: 0 0 0 5px;
	}

.footer_bot {
	display: flex;
	justify-content: space-between;
	padding: 30px 40px;
	font-size: 12px;
	line-height: 14px;
	}

.footer_bot a {
	color: #777;
	text-decoration: underline;
	}

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

.nav_bot ul li {
	display: inline-block;
	margin: 0 0 0 20px;
	}


/* END FOOTER */


/* MODAL */

.modal_win{
	display: none;
	box-sizing: border-box;
	width: 400px;
	max-width: 90%;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: left;
	}

.modal_close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	opacity: 0.5;
	}

.modal_close:before, .modal_close:after{
	content: " ";
	display: block;
	width: 138%;
	height: 2px;
	background: #000;
	border-radius: 1px;
	position: absolute;
	top: 49%;
	left: -19%;
	transform: rotate(90deg);
	transition: all 0.3s 0.02s ease;
	}

.modal_close:before{
	transform: rotate(45deg);
	}

.modal_close:after{
	transform: rotate(-45deg);
	}

.modal_close:hover{
	opacity: 1;
	transform: rotate(360deg);
	}

.modal_mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	background: #000;
	opacity: 0.8;
	}

/* END MODAL */



/* 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 */