/*
Theme Name: IVF
Author: Vitalik Kovalenko
Description: IVF custom design by Vitalik Kovalenko spiritastir@gmail.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ivf
*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
body {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #2a2a2a;
	background: url(images/body-bg.png) no-repeat 50% 0 #f5f5f5;
	background-attachment:fixed
}
a {
	outline: none;
	color: #b90065;
	text-decoration: underline;
}
a:hover {
	color: #d72d82;
	text-decoration: none;
}

/* Page structure */
.site {
	width: 970px;
	margin: 0 auto;
	padding: 0 15px;
	background: url(images/header-right.png) no-repeat right top #fff;
}

/* Header */
header {
	display: block;
	height: 176px;
	background: url(images/header-bg.png) no-repeat 50% 27px;
}
header .header-banner {
	display: block;
	width: 100%;
	height: 124px;
}
header .header-banner #logo{
	float: left;
	margin: 20px 0 0 20px;
}

/* Main Menu */
#main-menu {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	border-radius: 6px;
	background: url(images/nav-bg.png) repeat-x;
}
#main-menu ul li {
	cursor: pointer;
}
#main-menu ul.menu > li {
	display: inline-block;
	float: left;
	border-left: 1px solid #b90065;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative;
}
#main-menu ul.menu > li:first-child {
	border: none;
	border-radius: 6px 0 0 6px;
}
#main-menu ul.menu > li.current-menu-item {
	background: #b90065;
}
#main-menu ul.menu > li:hover {
	background: #b90065;
}
#main-menu ul.menu > li a {
	display: block;
	height: 52px;
	line-height: 52px;
	padding: 0 15px;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px #000;
	text-transform: uppercase;
	text-decoration: none;
}
#main-menu ul.sub-menu {
	display: none;
	width: 100%;
	min-width: 145px;
	position: absolute;
	z-index: 999;
	background-color: #b90065;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 1px 1px #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#main-menu ul.menu > li:hover ul.sub-menu {
	display: block;
}
#main-menu ul.sub-menu li {
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#main-menu ul.sub-menu li:last-child {
	border-radius: 0 0 6px 6px;
}
#main-menu ul.sub-menu li:hover {
	background: #e64b92;
}
#main-menu ul.sub-menu li a{
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px #000;
	text-transform: capitalize;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#main-menu .searchform {
	position: absolute;
	top: 9px;
	right: 8px;
}
#main-menu .searchform input {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
#main-menu .searchform input#s {
	width: 130px;
	height: 33px;
	padding: 0 10px;
	margin-left: -183px;
	line-height: 33px;
	font-size: 11px;
	color: #787878;
	border-radius: 4px;
}
#main-menu .searchform input#searchsubmit {
	width: 43px;
	height: 33px;
	border-radius: 4px;
	background: url(images/search-btn.png) no-repeat;
}

/* Banner area */
#banner-area {
	height: 344px;
	padding: 15px;
	background-color: #eee;
	border-radius: 6px;
}
#banner-area .column {
	float: left;
}
#banner-area .column:first-child {
	margin-right: 10px;
}
#banner-slides {
	display: block;
	height: 344px;
	width: 630px;
}
#banner-slides .easingsliderlite-arrows {
	width: 10px;
}
#banner-slides .easingsliderlite-prev {
	background: url(images/prev.png) no-repeat left center !important;
}
#banner-slides .easingsliderlite-next {
	background: url(images/next.png) no-repeat left center !important;
}
#banner-contacts {
	margin-bottom: 10px;
}
#banner-video {
	display: block;
	height: 206px;
	width: 300px;
}
#banner-video h2.video-title {
	font-size: 17px;
	color: #b90065;
	margin-bottom: 2px;
}

/* Welcome */
#welcome {
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 8px solid #b90065;
}
#welcome .welcome-image {
	display: block;
	float: left;
	width: 300px;
	margin-right: 10px;
}
#welcome .welcome-text {
	display: block;
	float: left;
	width: 100%;
}
#welcome h1 {
	font-size: 27px;
	color: #d72d82;
	margin: 15px 0 15px 0;
}
#welcome h2 {
	font-size: 17px;
	line-height: 1.2em;
	color: #d72d82;
	margin: 0 0 15px 0;
}
#welcome p {
	font-size: 14px;
	line-height: 1.2em;
	color: #424242;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 15px;
	word-wrap: break-word;
}
.widget-area .widget:last-child {
	margin-bottom: 0;
}
.widget-area {
	display: block;
	float: left;
	width: 300px;
	padding: 15px;
	background-color: #eee;
	border-radius: 6px;
}
.widget-area .widget {
	display: block;
	padding: 25px 20px;
	background-color: #fff;
}
.widget-area .widget .widget-title {
	font-size: 16px;
	color: #d93184;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.widget .recent-post {
	margin-bottom: 15px;
}
.widget .recent-post .recent-post-image {
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}
.widget .recent-post .recent-post-column {
	display: block;
	float: left;
	width: 150px;
}
.widget .recent-post .recent-post-title,
.widget .recent-post .recent-post-content,
.widget .recent-post .recent-post-date {
	margin-bottom: 5px;
	line-height: 1.2em;
}

.widget-area .widget ul {
	margin-left: 30px;
}
.widget-area .widget ul li {
	list-style-image: url(images/widget-marker.png);
}

.contact-info-widget {
	display: block;
	height: 58px;
	width: 270px;
	padding: 35px 15px;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	background-color: #b90065;
}
.widget-area .contact-info-widget {
	margin-bottom: 15px;
}
.contact-info-widget .cell {
	height: 24px;
	line-height: 24px;
	padding-left: 45px;
	margin-bottom: 15px;
	background: url(images/contacts-phone.png) no-repeat left center;
}

.cell > a {
    color: #FFFFFF;
	text-decoration:none;
}

.cell a[href^=tel] { color: #FFFFFF; text-decoration:none; }

.contact-info-widget .mail {
	height: 24px;
	line-height: 24px;
	padding-left: 45px;
	background: url(images/contacts-mail.png) no-repeat left center;
}

.widget-area .media-widget {
	padding: 0;
	background: none;
}
.widget-area .media-widget .widget-title {
	padding: 10px 20px 0;
}
.widget-area .media-widget img {
	padding: 3px;
	background-color: #fff;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.front-page-template #content .column {
	display: block;
	float: left;
	width: 307px;
	margin-right: 24px;
}
.front-page-template #content .column:nth-child(3n) {
	margin-right: 0;
}

.front-page-template #content .column h2 {
	margin: 20px 0 15px 0;
	font-size: 22px;
	color: #d72d82;
}

.front-page-template #content .column p {
	line-height: 1.2em;
	margin-bottom: 15px;
}

#main {
	margin: 15px 0;
}
#primary {
	display: block;
	float: left;
	width: 625px;
	margin-right: 15px;
}
.front-page-template #primary {
	float: none;
	width: 970px;
	margin-right: 0;
}

.blog .blog-post,
.archive .blog-post,
.search .blog-post {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #cacaca;
}
.blog .blog-post:last-child,
.archive .blog-post:last-child,
.search .blog-post:last-child {
	border: none;
}
.blog h2.blog-post-title,
.archive h2.blog-post-title,
.search h2.blog-post-title {
	font-size: 20px;
	margin-bottom: 15px;
}
.blog h2.blog-post-title a,
.archive h2.blog-post-title a,
.search h2.blog-post-title a {
	color: #d93184;
	text-decoration: none;
}
.blog .blog-post-meta,
.archive .blog-post-meta,
.search .blog-post-meta {
	margin-bottom: 15px;
}
.blog .blog-post-excerpt,
.archive .blog-post-excerpt,
.search .blog-post-excerpt {
	line-height: 1.2em;
}
.blog a.moretag,
.archive a.moretag,
.search a.moretag {
	display: block;
	color: #d93184;
	font-size: 16px;
	margin-top: 15px;
	text-decoration: none;
}

.archive .archive-header,
.search .archive-header {
	margin-bottom: 35px;
}

.page #content,
.single #content {
	padding: 10px 15px;
}

.front-page-template #content {
	padding: 0;
}

.page #content h1,
.page #content h2,
.page #content h3,
.page #content h4,
.page #content h5,
.single #content h1,
.single #content h2,
.single #content h3,
.single #content h4,
.single #content h5 {
	color: #d72d82;
}
.page #content h1 {
	font-size: 20px;
	margin-bottom: 15px;
}
.single #content h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 25px 0 20px;
}
.page #content h2,
.single #content h2 {
	font-size: 17px;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.page #content h3,
.single #content h3 {
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.page #content h4,
.page #content h5,
.single #content h4,
.single #content h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.page #content .nocolor,
.single #content .nocolor {
	color: #424242;
}
.page #content .underline,
.single #content .underline {
	text-decoration: underline;
}
.page #content .italic,
.single #content .italic {
	font-style: italic;
}
.page #content p,
.single #content p {
	font-size: 14px;
	line-height: 1.2em;
	color: #424242;
	margin-bottom: 15px;
}

.page #content ol,
.single #content ol,
.page #content ul,
.single #content ul {
	list-style: disc;
	margin: 0 0 35px 25px;
	padding: 0 15px;
}
.page #content ol li,
.single #content ol li,
.page #content ul li,
.single #content ul li,
.page #content table tr li,
.single #content table tr li {
	margin: 5px 0;
}

.page #content table,
.single #content table {
	margin: 0 0 35px 25px;
}

table.specific-costs {
	width: 510px;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 1.2em;
}

table.specific-costs tr {
	vertical-align: top;
} 

table.specific-costs td {
	padding: 5px 10px;
	border: 1px solid #8c0a52;
width:50%;
}

table.specific-costs th {
	background-color: #8c0a52;
	color: white;
	padding: 5px;
	border: 1px solid #8c0a52;
	text-align: start;
}

table.specific-costs p {
	margin: 5px 0;
	text-align: center;
}

table.additional-services th {
	text-align: left;
}

table.additional-services td {
	text-align: left;
	padding-left: 20px;
}

table.financing-options td {
	padding: 5px 20px;
}

table.additional-services td.right {
	text-align: right;	
}

a.anchor {
	text-decoration: none;
}

img.team {
	clear: both;
	float: right;
	margin: 0 0 10px 20px;
	width: 139px;
	height: 177px;
}

.gcont {
	width:560px;
	height: auto;
}

.gleft {
	width: 440px;
	height: auto;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

.gright {
	width: 120px;
	height: auto;
	float: left;
	text-align: right;
}

.team-gallery-item {
	float: left;
	width: 135px;
	height: 225px;
	margin: 0 5px 15px;
	text-align: center;
}

nav.nav-single {
	margin-top: 35px;
}
nav.nav-single .nav-previous {
	display: block;
	float: left;
}
nav.nav-single .nav-next {
	display: block;
	float: right;
}
.single #respond h3 {
	font-size: 18px;
	color: #d93184;
	font-weight: normal;
}
.single #respond form {
	padding: 20px;
	background-color: #f5f5f5;
}
.single #respond form p {
	margin: 0;
	padding: 0;
}
.single #respond form input[type=text],
.single #respond form textarea {
	border: 1px solid #cbcbcb;
}
.single #respond #submit {
	padding: 10px;
	border: none;
	border-radius: 0;
	color: #fff;
	background-color: #d62b81;
}

#footer-widget.widget-top {
	width: 940px;
	margin: 0 auto;
	padding: 35px 30px 25px;
	background-color: #e9e9e9;
	border-bottom: 1px solid #c5c5c5;
}

#footer-widget.widget-top .column {
	display: block;
	float: left;
	width: 420px;
	margin-right: 20px;
}
#footer-widget .column:nth-child(3n) {
	margin-right: 0;
}

#footer-widget h2.widget-title {
	margin-bottom: 20px;
	font-size: 16px;
	color: #d72d82;
	text-transform: uppercase;
}

#tweets .tweet-item {
	margin-bottom: 10px;
	line-height: 1.2em;
}
#tweets a {
	color: #da3b8a;
}
#tweets a.tweet-author {
	display: block;
}

#footer-widget.widget-bottom {
	width: 950px;
	margin: 0 auto;
	/*padding: 35px 25px 55px;*/
	font-size: 12px;
	line-height: 1.2em;
	background-color: #f5f5f5;
	position: relative;
}
#footer-widget.widget-bottom .column {
	display: block;
	float: left;
	margin-right: 15px;
}
#footer-widget.widget-bottom h2.widget-title {
	padding-bottom: 5px;
	border-bottom: 2px solid #d72d82;
}
#footer-widget.widget-bottom .column:nth-child(3n) {
	margin-right: 0;
}
#footer-widget.widget-bottom .awards {
	width: 570px;
	padding-bottom: 30px;
}
.pluginLikeboxStream {
	height: 230px;
}
#footer-widget.widget-bottom .awards img {
	display: block;
	float: left;
	margin-right: 15px;
}
#footer-widget.widget-bottom .follow {
	width: 150px;
	padding-left: 120px;
}
#footer-widget.widget-bottom .follow a {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 5px;
	background-image: url(images/follow.png);
}
#footer-widget.widget-bottom .follow a.fb {
	background-position: 0 0;
}
#footer-widget.widget-bottom .follow a.tw {
	background-position: -31px 0;
}
#footer-widget.widget-bottom .follow a.yt {
	background-position: -62px 0;
}
#footer-widget.widget-bottom .contact-detail {
	width: 200px;
}
#footer-widget.widget-bottom .contact-detail span {
	display: block;
}

/* Footer */
footer[role="contentinfo"] {
	width: 950px;
	margin: 0 auto;
	padding: 5px 25px 40px;
	background-color: #f5f5f5;
}
footer[role="contentinfo"] .site-info p {
	line-height: 1.2em;
}

/* =Archives
-------------------------------------------------------------- */


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
.textwidget {
	-moz-hyphens: none;
	font-style:italic;
}

.widget.widget_sp_image {
    padding: 0 0 10px;
}