/*
Theme Name: Prored
Theme URI: http://www.makequick.com
Version: 1.0
Description: 2 Column theme
Author: Make Quick
Author URI: http://www.makequick.com
*/



/* Links */

a:link { text-decoration: none; color: #333333; }

a:visited { text-decoration: none; color: #333333; }

a:hover, a:active { color: #FF0000; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; }

h1 { font-size: 32px; margin-bottom: 0px; margin-top: 10px;}

h2 { font-size: 28px; }

h3 { font-size: 19px; }

h4, h5, h6 { font-size: 18px; color #F40C0C }

/* Other Html Elements */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 22px; text-decoration: none; underline: none;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 18px;
font-weight: normal;
border-bottom-width: 0;
}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol { line-height: 3.0em; }

ul { list-style-image: url(images/bullet.gif); }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

/* Structure */

body
{
	margin: 0;
	padding: 0;
	color: #222222;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #222222;
	font: normal 100% Verdana;
       
}

#wrapper2 {
width: 950px;
margin-left: auto;
margin-right: auto;
}
#header
{
	float: left;
	width: 950px;
	padding-bottom: 0px;
	background: #222222;
	clear: right;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	padding-left: 0px;
	height: 150px;
}


#navigation
{
	clear: both;
	float: left;
	width: 100%;
	height: 1px;
}

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background: #FFFFFF;
}

#content-wrapper
{
	width: 65%;
	float: left;
}

#content
{
	float: center;
	padding: 0 0px 10px 30px;
}

#sidebar-wrapper
{
	width: 35%;
	float: right;
}

#sidebar
{
	float: right;
	padding: 3px 15px 10px 10px;
	width: 240px;
	margin-right: 1px;
	margin-top: 4px;
        font-size: 14px;
         
}

#footer
{
	clear: both;
	float: left;
	width: 748px;
	text-align: left;
	padding-left: 20px;
	background: #FFFFFF;
	color: #B83326;
	font-size: 11px;
}

#footer a {
	color: #B83326;
	font-size: 11px;
	}

#footer a: visited {
	color: #B83326;
	}
#footer a:hover {
	color: #993019;
	border-bottom: 1px dashed #E18A77;
	}
#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Header */

#header h1 { padding-left: 30px;
font-size: 22px; padding-top: 7px; }

/* Navigation */

#navigation ul { list-style-type: none; list-style-image: none; float: right; margin-top: 15px;margin-right: 10px; padding: 0 0px 0 0; }

#navigation li { float: left; }

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #FFFFFF;
	display: block;
	padding: 5px 10px;
	margin-right: 5px;
	border: 1px dashed transparent;
	height: 24px;
	font-size: 14px;
	margin-top: 4px;
	background: #AB3126;
	border: 1px solid #640800;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
	
}

#navigation li a:hover,
#navigation li a:active
{
	color: #270102;
	background: #BF553E;
	border: 1px solid #3F0001;
	background-repeat: repeat-x;
	font-size: 14px;
		margin-top: 4px;
		margin-right: 5px;
}

#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
}

/* Wrapper */

#wrapper a:link { font-weight: bold; }

#wrapper a:visited { font-weight: bold; }

#wrapper a:hover, #wrapper a:active { }

/* Content */

#content .post-title a { border-bottom-width: 0; }

#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: none;
	background: url(images/post-info.gif);
	background-repeat: no-repeat;
}

/* Sidebar */

.sideblock
{
	padding: 5px 0px;
	margin-bottom: 20px;
	background-color: #F4EBEB;
	border: 1px solid #E9E9E9;
     

}

.sideblock ul { }

.sideblock h3 { margin-top: 5px; font-size: 18px; color: #F40C0C; font-weight: bold; }

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #FBFBFB; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}

/* Extras */

#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }

	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

#left {
	width: 60px;
	float: left;
}

.slogan {
font-size: 12px;
color: #3D0200;
text-transform: lowercase;
padding-left: 30px;
margin-bottom: 2px;

}

/* Mobile adaptation */
.post-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.mobile-search {
	display: none;
}

#mobile-categories-dropdown {
	display: none !important;
	color-scheme: light !important;
}

#mobile-categories-dropdown select {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 42px;
	padding: 0 38px 0 12px;
	margin: 0;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	background-color: #ffffff !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M1.41.59 6 5.17 10.59.59 12 2l-6 6-6-6z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 12px center !important;
	background-size: 12px 8px !important;
	color: #000000 !important;
	-webkit-text-fill-color: #000000 !important;
	font-size: 15px;
	line-height: 42px;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	opacity: 1 !important;
	box-sizing: border-box;
	color-scheme: light !important;
}

#mobile-categories-dropdown select option,
#mobile-categories-dropdown select optgroup {
	background: #ffffff !important;
	color: #000000 !important;
	-webkit-text-fill-color: #000000 !important;
	color-scheme: light !important;
}

#mobile-categories-dropdown select::-ms-expand {
	display: none;
}


#sidebar .sidebar-cats li {
	margin-bottom: 8px;
	line-height: 1.5;
}

#sidebar .sidebar-cats li:last-child {
	margin-bottom: 0;
}

.post-heading {
	float: right;
	width: 410px;
	clear: right;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	margin-left: 5px;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 0;
		overflow-x: hidden;
	}

	#wrapper2 {
		width: 100%;
		max-width: 950px;
		padding: 0;
		margin: 0 auto;
	}

	#header {
		float: none;
		width: 100%;
		background-position: center top;
		overflow: hidden;
	}

	#header h1,
	.slogan {
		display: none !important;
	}

	#mobile-categories-dropdown {
		display: block !important;
		clear: both;
		padding: 0 !important;
		box-sizing: border-box;
	}

	.mobile-search {
		display: block;
		clear: both;
		background: #ffffff;
		padding: 14px 12px 8px;
	}

	.mobile-search-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100%;
		max-width: 100%;
		background: #ffffff;
		border: 1px solid #cfcfcf;
		border-radius: 26px;
		overflow: hidden;
		box-sizing: border-box;
	}

	.mobile-search-form input[type="text"] {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: auto;
		max-width: none;
		height: 52px;
		padding: 0 18px;
		margin: 0;
		border: 0;
		background: #ffffff;
		font-size: 17px;
		line-height: 52px;
		color: #666666;
		box-sizing: border-box;
	}

	.mobile-search-form input[type="text"]:focus {
		outline: none;
	}

	.mobile-search-form button,
	.mobile-search-form input[type="submit"] {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 64px;
		flex: 0 0 64px;
		width: 64px;
		height: 52px;
		padding: 0;
		margin: 0;
		border: 0;
		background: #5a5758;
		color: #ffffff;
		font-size: 17px;
		font-weight: bold;
		line-height: 52px;
		text-align: center;
		cursor: pointer;
		box-sizing: border-box;
	}

	#navigation,
	#wrapper,
	#content-wrapper,
	#sidebar-wrapper,
	#footer,
	#extras {
		width: 100%;
		float: none;
		clear: both;
	}

	#content {
		float: none;
		padding: 0 10px 20px;
		overflow: hidden;
	}

	#sidebar {
		float: none;
		width: auto;
		margin: 20px 0 0;
		padding: 0 10px 20px;
	}

	.sidebar-search {
		display: none;
	}

	.post-heading {
		float: none;
		width: auto;
		max-width: 100%;
		clear: both;
		margin: 15px 0 10px;
		padding-top: 0;
	}

	#content table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
	}

	#content iframe,
	#content object,
	#content embed,
	#content textarea,
	#content input,
	#sidebar input[type="text"],
	#sidebar input[type="search"],
	#sidebar input[type="submit"] {
		max-width: 100%;
	}

	#navigation ul,
	#navigation li,
	#navigation li a:link,
	#navigation li a:visited,
	#navigation li a:hover,
	#navigation li a:active {
		float: none;
	}

	#navigation ul {
		margin: 10px 0;
		padding: 0;
	}

	#navigation li a:link,
	#navigation li a:visited,
	#navigation li a:hover,
	#navigation li a:active {
		display: block;
		height: auto;
		margin: 0 0 8px;
	}
}


/* ===== PROMO BUTTON SETTINGS =====
   Меняйте только цифры ниже. */
:root {
	--promo-top-offset: 20px;
	--promo-side-left: 0px;
	--promo-side-right: 0px;
	--promo-gap: 42px;
	--promo-width: 270px;
	--promo-height: 61px;

	/* Mobile */
	--promo-mobile-top-offset: 10px;
	--promo-mobile-side-left: 0px;
	--promo-mobile-side-right: 0px;
	--promo-mobile-gap: 8px;
	--promo-mobile-width: 160px;
	--promo-mobile-height: 42px;

}


/* Promo buttons block */
#content .promo-buttons-wrap {
	width: 100% !important;
	margin: var(--promo-top-offset) 0 0 !important;
}

#content .promo-buttons-row {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	gap: var(--promo-gap) !important;
	width: 100% !important;
	padding-left: var(--promo-side-left) !important;
	padding-right: var(--promo-side-right) !important;
	box-sizing: border-box !important;
}

#content .promo-button {
	display: block !important;
	flex: 0 0 auto !important;
	width: var(--promo-width) !important;
	height: var(--promo-height) !important;
	min-width: var(--promo-width) !important;
	max-width: var(--promo-width) !important;
	min-height: var(--promo-height) !important;
	max-height: var(--promo-height) !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
	background-size: var(--promo-width) var(--promo-height) !important;
	text-decoration: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
}

#content .promo-button-left {
	background-image: url(images/members.png) !important;
}

#content .promo-button-right {
	background-image: url(images/join.png) !important;
}

@media screen and (max-width: 767px) {
	#content .promo-buttons-wrap {
		margin-top: var(--promo-mobile-top-offset) !important;
	}

	#content .promo-buttons-row {
		gap: var(--promo-mobile-gap) !important;
		padding-left: var(--promo-mobile-side-left) !important;
		padding-right: var(--promo-mobile-side-right) !important;
	}

	#content .promo-button {
		width: var(--promo-mobile-width) !important;
		height: var(--promo-mobile-height) !important;
		min-width: var(--promo-mobile-width) !important;
		max-width: var(--promo-mobile-width) !important;
		min-height: var(--promo-mobile-height) !important;
		max-height: var(--promo-mobile-height) !important;
		background-size: var(--promo-mobile-width) var(--promo-mobile-height) !important;
	}
}


/* ===== FINAL MOBILE HEADER FIX =====
   Меняйте только два одинаковых числа ниже: height и background-size. */
#mobile-categories-dropdown,
.mobile-search {
	display: none !important;
}

@media screen and (max-width: 767px) {
	#header {
		height: 80px !important;
		min-height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		background-size: 100% 80px !important;
		background-repeat: no-repeat !important;
		background-position: center top !important;
		overflow: hidden !important;
	}

	#mobile-categories-dropdown {
		display: block !important;
	}

	.mobile-search {
		display: block !important;
	}
}
