/*
Theme Name: The7
Theme URI: http://dream-theme.com/the7/
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: Put simply, The7 is the world's most advanced WordPress theme. It features 630+ design customization options for power users and developers. People new to multipurpose WordPress themes will be delighted with The7 Design Wizard. It allows to choose basic settings like branding, colors, header layout, etc. and intelligently calculates all the rest. Voilà, your pro-grade site design is ready in mere minutes. Automatically! Add a seamless integration with Visual Composer page builder, Slider Revolution, WooCommerce, WPML (as well as other most popular plugins), and you get the definitive web-development toolkit. And, yes, it is SEO-ready.
Version: 3.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready
Text Domain: the7mk2
*/

.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}


.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}

.masthead .top-bar .mini-widgets {
	margin-left: 50%;
}

@media screen and (max-width: 830px) {
	.masthead .top-bar {
		display: block !important;
	}

	.masthead .top-bar .mini-widgets {
		margin-left: 0;
	}

	.masthead .top-bar .mini-contacts.address {
		display: none;
	}

	.doctor-with-kidney {
		display: none;
	}
}

.branding .text {
	font-size: 20px;
	line-height: 24px;
}

.branding .text .small {
	font-size: 14px;
}

.header-bar {
	display: flex !important;
}

.header-bar .branding a img {
	display: block;
}

.header-bar .mini-widgets .soc-ico {
	margin: auto !important;
}

.mobile-header-bar .mobile-mini-widgets {
	display: none;
}

.mobile-header-bar .mobile-branding {
	display: none;
}

@media screen and (min-width: 831px) {
	.header-bar .mini-widgets .soc-ico {
		margin-right: 0 !important;
	}
}

/* New styles. */
.header-image {
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.header-image .title {
    text-align: center;
    margin: 18px 0;
    font-size: 26px;
    text-shadow: 1px 1px 1px #3b3b3b;
    color: #ffffff;
    text-transform: uppercase;
}

.header-image .item {
    width: 260px;
    display: inline-block;
    background-color: white;
    border-radius: 50%;
    height: 260px;
    font-size: 12px;
    line-height: 20px;
    padding-top: 70px;
    padding-left: 70px;
    text-align: left;
    vertical-align: middle;
    margin: 0 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.header-image .item:nth-child(even) ul {
    margin-top: 40px;
}

.header-image .item ul {
    padding: 0;
    margin: 0;
}

.wpb_content_element .wpb_wrapper {
	padding: 10px;
	margin: 10px 0;
}

.reason-why {
    background-color: #eff8ff;
	padding: 10px;
}

.reason-why > div:first-child {
    color: #000000;
    font-size: 22px;
	text-align: center;
}

.reason-why > div span {
    display: block;
	font-size: 16px;
	padding-bottom: 10px;
}

.reason-why > div:last-child {
    color: #000000;
}

.reason-why > div:last-child .title {
    font-size: 16px;
    color: #05468a;
	margin-top: 10px;
}

.reason-why > div:last-child .content {
	padding: 0;
}

@media screen and (min-width: 768px) {
	.reason-why {
		max-width: 1000px;
		margin: auto;
	}

	.reason-why::after {
		content: "";
		display: table;
		clear: both;
	}

	.reason-why > div:first-child {
		width: 300px;
		float: left;
	}

	.reason-why > div:last-child {
		float: left;
		width: calc(100% - 300px);
	}

	.reason-why > div:last-child::after {
		content: "";
		display: table;
		clear: both;
	}

	.reason-why > div:last-child .item {
		width: 33%;
		float: left;
	}

	.reason-why > div:last-child .title:first-child {
		margin-top: 0;
	}
}

.doctor-with-kidney {
    margin: auto;
    max-width: 1000px;
}

.doctor-with-kidney img {
    width: 100%;
}

.who-needs {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    padding: 0 10%;
    color: #000000;
}

.young-people {
    margin: auto;
    max-width: 1000px;
}

.young-people > div {
    display: inline-block;
    width: calc(50% - 42px);
    padding: 20px;
    vertical-align: top;
}

.young-people > div .title {
    font-size: 22px;
    color: #05468a;
}

.young-people > div img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .young-people {
        margin: 0;
    }
    
    .young-people > div {
        display: block;
        width: calc(100% - 42px);
    }

    .young-people > div:last-child {
        display: none;
    }
}

.men {
    margin-top: 20px;
    margin: auto;
    max-width: 1000px;
    background-color: #eff8ff;
}

.men > div {
    display: inline-block;
    width: calc(50% - 42px);
    padding: 20px;
    vertical-align: top;
}

.men > div .title {
    font-size: 22px;
    color: #05468a;
}

.men > div img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .men {
        margin: 0;
    }
    
    .men > div {
        display: block;
        width: calc(100% - 42px);
    }

    .men > div:first-child {
        display: none;
    }
}

.benefits-title {
    margin: 20px 10%;
    text-align: center;
    font-size: 30px;
}

.benefits {
    margin: auto;
    max-width: 1000px;
}

.benefits .item {
    display: inline-block;
    width: calc(100% / 5 - 4px);
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    color: #676b6d;
    text-transform: uppercase;
}

.benefits .item img {
    width: 100%;
    height: auto;
    max-width: 171px;
}

@media screen and (max-width: 991px) {
    .benefits .item {
        display: block;
        width: 171px;
        margin: auto;
    }
}

.methods-title {
    margin: 20px 10%;
    text-align: center;
    font-size: 30px;
}

.methods {
    margin: auto;
    max-width: 1000px;
}

.methods .item {
    display: inline-block;
    width: calc(50% - 22px);
    vertical-align: top;
    border-top: 5px solid #e1e1e1;
    margin: 0 10px;
    margin-bottom: 40px;
    padding-top: 10px;
}

.methods .item .number {
    display: inline-block;
    vertical-align: top;
    width: calc(10% - 4px);
    font-size: 40px;
    line-height: 40px;
    color: #024d90;
}

.methods .item .text {
    display: inline-block;
    vertical-align: top;
    width: 90%;
}

@media screen and (max-width: 991px) {
    .methods .item {
        display: block;
        width: 100%;
    }
}

.info {
    margin: auto;
    max-width: 1000px;
}

.info .wrapper {
    padding: 20px;
    background-color: #afb026;
}

.info .wrapper .item {
    display: inline-block;
    width: calc(100% / 3 - 4px);
    vertical-align: top;
    color: #ffffff;
}

.info .wrapper .item .title {
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .info .wrapper .item {
        display: block;
        width: 100%;
    }
}

.office {
    margin: auto;
    max-width: 1000px;
}

.office img {
    width: 100%;
    height: auto;
}

.info-wrapper {
    text-transform: uppercase;
}

.yellow {
    background-color: #fffed5;
    padding: 20px 0;
}

.yellow .tablet {
    width: 80%;
    margin: auto;
    border: 2px solid #1c1ba4;
    background-color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.purple {
    background-color: #ffeff0;
    padding: 20px 0;
}

.purple .left {
    width: 50%;
    float: left;
}

.purple .right {
    width: 50%;
    float: right;
}

.purple .info-content {
    width: 80%;
    margin: auto;
    text-align: center;
}

.purple .info-content .tablet {
    border: 2px solid #1c1ba4;
    background-color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 15px 0;
}

.purple.another-sad-man {
    background-image: url("images/another_sad_man.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.purple.sperm {
    background-image: url("images/sperm.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ffffff;
}

.purple.info-kidney {
    background-image: url("images/kidney.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.purple.info-kidney-proper {
    background-image: url("images/kidney-proper.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #ffffff;
}

.clear-fix {
    clear: both;
    display: table;
}

.purple .info-content .small-tablet {
    border: 2px solid #1c1ba4;
    background-color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    width: 60%;
    margin: 5px auto;
}

.purple .info-content .down-arrow {
    width: 32px;
    height: 32px;
    margin: auto;
    background-image: url("images/down-arrow.png");
}

.purple.ultrasound {
    background-image: url("images/ultrasound.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #ffffff;
}

.purple.mansystem {
    background-image: url("images/mansystem.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #ffffff;
}

.purple.shieldgland {
    background-image: url("images/shieldgland.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ffffff;
}

.purple.ultrasoundwoman {
    background-image: url("images/ultrasoundwoman.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ffffff;
}

.purple.lazmik {
    background-color: #fffed5;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url("images/lazmik_logo.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.purple.lazmik h1.rt {
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 20px;
    color: red;
    padding-right: 10px;
}

.purple.lazmik h1.lt {
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 20px;
    color: red;
    padding-left: 10px;
}

.purple.lazmik .info-content {
    width: 60%;
}

.purple.lazmik .info-content .tablet {
    background-color: #fffed5;
}

.lazmik-image {
    text-align: center;
}

.lazmik-image img {
    width: 100%;
}

.purple.pressure {
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url("images/pressure_logo.png");
    background-repeat: no-repeat;
    background-position: top left;
}