/*  
Theme Name: DissertationWritingLab.com
Theme URI: http://dissertationwritinglab.com
Description: A clean, minimalist theme
Version: 1.0
Author: Lapa2112
Author URI: 
*/


img {border:none;}
.floatl{float:left;}
.floatr{float:right;}
.clear{clear:both;}

.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.ta-center {text-align:center;}
.ta-left {text-align: left;}
.ta-right {text-align: right;}
.ta-justify {text-align: justify;}

img.alignleft { float:left; margin: 5px 16px 10px 0; }
img.alignright { float:right; margin-left: 10px; }

strong, b, .b {font-weight: bold;}

.orange { color: #f5623d; }


input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #98b9f2;
	background: #FFF;
	height: 22px;
	padding: 4px 4px;
}
select {
	height: 26px;
	padding: 0;
}

.formpage input[type="text"], .formpage input[type="password"] { height: 16px; }
.formpage select { height: 22px; }

/*************************************
 +Containers
 *************************************/
html {
	
}
body{
	margin: 0;
	padding: 0;
	text-align: left;
	background: #FFF;
}
body, input, textarea {
    color: #667481;
    font: 300 13px/1.4 Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.main {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#header, #footer, #primary {
	min-width: 960px;
}

#wrap {
	padding: 15px 0;
}

#primary {
	
}

#content {
	width: 625px;
	float: right;
	padding-top: 1px;
	position: relative;
}
#content.full-width {
	float: none;
	width: auto;
}
#sidebar {
	width: 300px;
	float: left;
	padding-top: 1px;
}

#header {
	background: url('./images/header-bg.png') repeat-x 0 bottom;
	min-height: 336px;
}
.order-page #header {
	min-height: 136px;
}
#header-head {
	background-image: -o-linear-gradient(right, #398EC7 30%, #156CAF 60%);
	background-image: -moz-linear-gradient(right, #398EC7 30%, #156CAF 60%);
	background-image: -webkit-linear-gradient(right, #398EC7 30%, #156CAF 60%);
	background-image: -ms-linear-gradient(right, #398EC7 30%, #156CAF 60%);
	background-image: linear-gradient(to right, #398EC7 30%, #156CAF 60%);
}
#header-bg {
	background: url('./images/header.jpg') no-repeat center 0;
	height: 291px;
}
.order-page #header-bg  {
	height: 91px;
}

#footer {
	background: #f0f0ef;
	padding: 5px 0 0 10px;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3, h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0.7em 0 0.5em;
	color: #333;
}
h1 {
	font-size: 20px;
}

/*************************************
 Header
 *************************************/

#site-title {
	line-height:1em;
	margin: 18px 0 0 0;
	font-size:1em;
	float: left;
}
#site-title img {
	border: none;
	outline: none;
}

#header .branding {
	overflow: hidden;
}
#header .banner {
	color: #FFF;
}
#header .banner .h {
	font-size: 36px;
}
#header .banner p {
	font-size: 26px;
	color: #afdcfa;
	margin: 0 0 12px 0;
	line-height: 1.2em;
	font-weight: 300;
}
#header .banner a.btn-order {
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	background: url('./images/btn-order-bg.png') no-repeat;
	width: 200px;
	height: 63px;
	line-height: 62px;
	display: inline-block;
	text-align: center;
	font-weight: normal;
}



/*************************************
 Footer
 *************************************/

#copyright {
	text-align: center;
	color: #798490;
	padding: 15px 0;
}


/*************************************
 +Menu
 *************************************/

#topmenu {
	float: right;
	padding: 25px 0 20px 0;
}
#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: left;
}
#topmenu ul li {
	padding: 0 3px;
	display: inline;
}
#topmenu li a {
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
	display: inline-block;
	line-height: 35px;
	padding: 0 5px;
	border-radius: 15px;
}
#topmenu li.inverse a {
	background: #0b3457;
	padding: 0 15px;
}
#topmenu li a:hover {
	text-decoration: underline;
}
#topmenu .current a {
	text-decoration: underline;
	cursor: default;
}


#main-menu {
	height: 45px;
}
#main-menu ul {
	list-style:none;
	margin: 0 -16px;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
#main-menu ul li {
	border-right: 1px solid #99afc0;
	padding: 0 15px;
	display: inline-block;
}
#main-menu ul li:last-child {
	border-right: none;
}
#main-menu li a {
	color: #0664bd;
	text-decoration: none;
}
#main-menu li a:hover {
	text-decoration: underline;
}
#main-menu li a span {
	color: #f5623d;
}

.f-menu {
	text-align: center;
	margin: 10px;
}
.f-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.f-menu ul li {
	display: inline;
	margin: 0 20px;
}
.f-menu ul li a {
	color: #0490da;
	text-decoration: none
}
.f-menu ul li a .orange {
	color: #0490da;
}
.f-menu ul li a:hover, .f-menu ul li a.current {
	text-decoration: underline;
}

.f-menu.sub-menu ul li {
	margin: 0 10px;
}



/*************************************
 +Entry
 *************************************/
.hentry{
	margin-bottom: 30px;
	
}

.hentry .thumb {
	border: 1px solid #DCD9D9;
    box-shadow: 0 0 2px #BBBBBB;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.entry-content {
	overflow: hidden;
}
.entry-content .more-link {
	float: right;
}
.entry-content img.alignleft {
	border-radius: 3px;
}

.entry-content .banner {
	margin: 20px 0;
}
.banner-steps {
	height: 159px;
	overflow: hidden;
	background: url('./images/steps-bg.png') no-repeat 0 0;
	font-size: 15px;
	color: #667481;
}
.banner-steps ul {
	list-style-type: none;
    text-align: justify;
	margin: 122px 18px 0 28px;
	padding: 0;
}
.banner-steps ul::after {
	width: 100%;
	display: inline-block;
	content: ".";
	visibility: hidden
}
.banner-steps li {
	display: inline-block
}

.entry-header {
	/*margin-bottom: 10px;*/
}


/*************************************
 +Sidebar
 *************************************/

#sidebar .widget {
	margin-bottom: 15px;
	padding: 0;
}


#sidebar .widget_list {
	padding: 1px 0;
}
#sidebar .widget_list h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	display: inline-block;
	border-bottom: 1px solid #0c0c0c;
	margin: 0 0 7px 0;
}
#sidebar .widget_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #0490da;
}
#sidebar .widget_list ul li {
	background: url('./images/li-arrow.png') no-repeat 0 center;
	padding: 0 0 0 24px;
	margin: 7px 0 ;
}
#sidebar .widget_list a {
	text-decoration: none;
}
#sidebar .widget_list a:hover {
	text-decoration: underline;
}


#sidebar .widget_testimonials {
	
}
#sidebar .widget_testimonials h3 {
	margin: 10px 0;
}
#sidebar .widget_testimonials .item {
	background: #f9fcfd url('./images/quote.png') no-repeat 15px 15px;
	position: relative;
	border: 1px solid #c9ced3;
	margin: 10px 0 15px 0;
	padding: 15px 15px 15px 36px;
	color: #667481;
}
#sidebar .widget_testimonials .item .arrow {
	width: 28px;
	height: 14px;
	position: absolute;
	bottom: -14px;
	left: 19px;
	background: url('./images/item-arrow.png') no-repeat 0 0;
}
#sidebar .widget_testimonials .author {
	color: #0490da;
	margin-left: 14px;
}


#sidebar .widget_statistic {
	background: #fbfaf8;
	padding: 10px 15px 10px 20px;
	border: 1px solid #e1e3e4;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
#sidebar .widget_statistic h3 {
	font-weight: normal;
	margin: 10px 0;
}
.widget_statistic .item {
	overflow: hidden;
	padding-bottom: 5px;
}
.widget_statistic .item .label {
	color: #70808e;
}
.widget_statistic .item .progress-text {
	float: right;
	color: #0490da;
}
.widget_statistic .item .progress {
	margin-right: 32px;
	height: 8px;
	background: #e7f0f7;
	border-radius: 4px;
	margin-top: 5px;
}
.widget_statistic .item .progress .scale {
	background: #0490da;
	border-radius: 4px;
	height: 8px;
}
.widget_statistic .item .progress.satisfaction .scale {
	background: #0664bd;
}

#sidebar .widget_phone {
	border: 3px solid #a9d0e2;
	padding: 8px 18px 8px 64px;
	background: url('./images/icon-phone.png') no-repeat 18px center;
	min-height: 35px;
	color: #000;
}
#sidebar .widget_phone img {
	margin-top: 10px;
}
#sidebar .widget_phone .phone {
	color: #0664bd;
}



/*************************************
 +Comments
 *************************************/


/*************************************
 +Misc
 *************************************/

a { color:#476fb0; text-decoration:none;}
a:hover{text-decoration:underline;}

p{margin:0.9em 0;}


.homelist {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}
.homelist li {
    margin: 0 0 1em 0;
    padding: 0 0 0 26px;
	background: url('./images/li-galka.png') no-repeat 0 5px;
}


/* ------------------------------------------ */

.formpage .form td {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

.toggle-box {
	display: none;
}

.t3Form input[type="text"], .t3Form select {
	height: 30px;
}


.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
	width: 300px;
}
.wpcf7-form textarea {
	height: 60px;
}
input[type="submit"] {
	background: #F4603C;
	border: none;
	border-radius: 20px;
	color: #FFF;
	padding: 5px 25px;
	font-size: 18px;
}


