/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.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
Template: dt-the7
*/


/* ------------------------------------------------------------- */
/* Prices														 */
/* ------------------------------------------------------------- */

/* General */
.plan-area {
	padding: 120px 0;
}
.plan-boxes {
	margin-top: 45px;
}

/* Switch */
.plan-area .switch-container {
	display: block;
	width: 100%;
	text-align: center;
}

/* Price box */
.plan-boxes .plan {
	padding-top: 30px;
	padding-bottom: 30px;
}
.plan-boxes .plan .plan-box {
	position: relative;
	height: 990px;
	padding: 2px;
	border: 1px solid #DDD;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

/* Price box header */
.plan-box .plan-header {
	padding: 28px 18px 18px;	
	background: #2b5fa9;
	border-radius: 3px 3px 0 0;
	text-align: center;
}
.plan-box .plan-header h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.plan-box .plan-header p {
	display: none;
	margin: 0;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.3;
	color: rgba(255,255,255,.5);
}
.annual .plan-box .plan-header p {
	display: block;
}
.plan-box .plan-header p span {
	color: #FFF;
	font-weight: 400;
}
.plan-box .plan-header .price {
	position: relative;
	display: inline-block;
	margin: 20px auto 10px;
	padding-right: 40px;
	font-size: 42px;
	line-height: 1;
	font-weight: 400;
	color: #FFF;
}
.plan-box .plan-header .annual-p {
	display: none;
}
.annual .plan-box .plan-header .annual-p {
	display: block;
}
.annual .plan-box .plan-header .monthly-p {
	display: none;
}
.plan-box .plan-header .price .currency,
.plan-box .plan-header .price .month {
	position: absolute;
	top: 2px;
	margin-left: 10px;
	font-size: 20px;
	font-weight: 300;
}
.plan-box .plan-header .price .month {
	top: auto;
	bottom: 4px;
	font-size: 14px;
	color: rgba(255,255,255,.5);
}
.plan-box .plan-header .price .monthly-price {
	display: none;
	position: absolute;
	top: -15px;
	right: 0;
	font-size: 14px;
	font-weight: 300;
	color: rgba(255,255,255,.5);
	text-decoration: line-through;
}
.annual .plan-box .plan-header .price .monthly-price {
	display: block;
}

/* Heading */
.plan-box h3 {
	height: 30px;
	padding-left: 45px;
	font-size: 14px;
	text-align: left;
}

/* Price box list */
.plan-box ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}
.plan-box .plan-features {
	padding: 18px;
	padding-top: 32px;
}
.plan-box .plan-features li {
	position: relative;
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
	padding-left: 25px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 300;
}
.plan-box .plan-features li i {
	position: absolute;
	top: 1px;
	left: 0;
}
.plan-box .plan-options {
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 10px 0 15px;
	background: #f5f8fa;
}
.plan-box .plan-options li {
	padding: 10px 20px 0;
	font-size: 14px;
	line-height: 1.2;
	background: #f5f8fa;
}
.plan-box .plan-options li label {
	position: relative;
	display: block;
	padding-left: 25px;
	font-weight: 400;
}
.plan-box .plan-options li label span {
	display: inline-block;
	white-space: nowrap;
	font-size: 90%;
	font-weight: 300;
}
.plan-box .plan-options li input {
	position: absolute;
	top: 0;
	left: -2px;
}

/* Disabled */
.plan-box .plan-features li.disabled {
	color: #AAA;
}

/* Coming soon */
.plan-box .plan-features li.soon span {
	display: inline-block;
	white-space: nowrap;
	font-weight: 700;
	color: #2b5fa9;
}
.popular-plan .plan-box .plan-features li.soon span {
	color: rgb(228,24,67);
}	
.plan-box .plan-options li.soon {
	color: #999;
}
.plan-box .plan-options li.soon span:last-child {
	font-weight: 700;
	color: #2b5fa9;
}
.popular-plan .plan-box .plan-options li.soon span:last-child {
	color: rgb(228,24,67);
}


/* Price box button */
.plan-box .btn-container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 20px;
}
.plan-box .larg-btn {
	float: none;
	display: block;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

/* Popular plan */
.plan-boxes .popular-plan {
	padding: 0 !important;
}
.plan-boxes .popular-plan .plan-box {
	height: 1010px;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.popular-plan .plan-box .plan-header {
	background: rgb(228,24,67);
}
.plan-box .larg-btn + .larg-btn {
	border-color: 1px solid #2b5fa9;
	color: #FFF;
	background: #2b5fa9;
} 
.popular-plan .plan-box .larg-btn,
.popular-plan .plan-box .larg-btn + .larg-btn {
	color: #FFF;
	background: rgb(228,24,67);
	border-color: rgb(228,24,67);
}
.popular-plan .plan-box .larg-btn:hover,
.popular-plan .plan-box .larg-btn + .larg-btn:hover {
	background: rgba(228,24,67,.6);
	border-color: rgba(228,24,67,.6);
}
.plan-box .larg-btn + .larg-btn {
	display: none;
}
.annual .plan-box .larg-btn {
	display: none;
}
.annual .plan-box .larg-btn + .larg-btn {
	display: block;
}

/* The slider */
.slider {
  	position: absolute;
  	cursor: pointer;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-color: #ccc;
	background-color: #2b5fa9;
  	-webkit-transition: .4s;
  	transition: .4s;
}
.slider:before {
  	position: absolute;
  	content: "";
  	height: 26px;
  	width: 26px;
  	left: 4px;
  	bottom: 4px;
  	background-color: white;
  	-webkit-transition: .4s;
  	transition: .4s;
}
input:checked + .slider {
	background-color: #2b5fa9;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.switch label {
	position: absolute;
	display: block;
	width: 150px;
	max-width: 150px;
	top: 4px;
	left: -160px;	
	font-weight: 600;
	text-align: right;
}
.switch label:nth-of-type(2) {
	left: auto;
	right: -160px;
	text-align: left;
}
.switch label span {
	margin-left: 5px;
	font-weight: 400;
	color: rgb(228,24,67);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

/***********/
 
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 auto;
}


.larg-btn, .sub_btn-two {
    font-family: 'Roboto',sans-serif !important;
}

.larg-btn {
    font: 400 15px/30px "Poppins",sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 38px;
    border-radius: 50px;
    margin-top: 50px;
    transition: all .4s linear 0s;
}

.sub_btn-two:hover, .larg-btn:hover, .btn-default:hover {
    color: #fff;
    border-color: rgba(43,95,169,.8);
    background: rgba(43,95,169,.8);
}

.larg-btn+.larg-btn:hover {
    color: #2b5fa9;
    border-color: #ddd;
    background: #fafafa;
}

.plan-box .larg-btn {
    float: none;
    display: block;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.sub_btn-two, .larg-btn, .larg-btn+.larg-btn, .sub_btn-two:focus, .larg-btn:focus, .larg-btn+.larg-btn:focus, .btn-default, .btn-default:focus {
    padding: 22px 45px 20px;
    border: 1px solid #2b5fa9;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: #2b5fa9;
    text-shadow: none;
    box-shadow: none;
}

a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none !important;
    outline: none;
}


@media (max-width: 1199px) {
	/* ------------------------------------------------------------- */
	/* Prices														 */
	/* ------------------------------------------------------------- */

	/* General */
	.plan-area {
		padding: 120px 0;
	}
	plan-area>.container {
		padding: 0 10px;
	}

	/* Price box */
	.plan-boxes .plan {
		padding: 0 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.plan-boxes .plan .plan-box {
		height: 980px;
	}

	/* Price box header */
	.plan-box .plan-header {
		padding: 23px 13px 13px;	
	}
	.plan-box .plan-header h2 {
		padding-bottom: 15px;
		font-size: 20px;
	}
	.plan-box .plan-header p {
		font-size: 12px;
	}
	.plan-box .plan-header .price {
		margin: 20px auto 10px;
		padding-right: 40px;
		font-size: 38px;
	}
	.plan-box .plan-header .price .currency,
	.plan-box .plan-header .price .month {
		position: absolute;
		top: 2px;
		margin-left: 10px;
		font-size: 18px;
		font-weight: 300;
	}
	.plan-box .plan-header .price .month {
		top: auto;
		bottom: 4px;
		font-size: 13px;
		color: rgba(255,255,255,.5);
	}
	.plan-box .plan-header .price .monthly-price {
		display: none;
		position: absolute;
		top: -15px;
		right: 0;
		font-size: 13px;
		font-weight: 300;
		color: rgba(255,255,255,.5);
		text-decoration: line-through;
	}
	.annual .plan-box .plan-header .price .monthly-price {
		display: block;
	}

	/* Heading */
	.plan-box h3 {
		padding-left: 35px;
	}

	/* Price box list */
	.plan-box .plan-features {
		padding: 8px;
		padding-top: 32px;
	}
	.plan-box .plan-features li {
		margin-bottom: 12px;
		padding-left: 25px;
		font-size: 14px;
	}
	.plan-box .plan-features li i {
		top: 1px;
	}
	.plan-box .plan-options {
		padding: 10px 0 20px;
	}
	.plan-box .plan-options ul {

	}
	.plan-box .plan-options li {
		padding: 10px 14px 0;
		font-size: 14px;
		line-height: 1.2;
		background: #f5f8fa;
	}
	.plan-box .plan-options li label {
		position: relative;
		display: block;
		padding-left: 22px;
		font-weight: 400;
	}
	.plan-box .plan-options li label span {
		font-weight: 300;
	}
	.plan-box .plan-options li input {
		position: absolute;
		top: 0;
		left: -2px;
	}

	/* Price box button */
	.plan-box .btn-container {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		margin: 0;
		padding: 20px;
	}
	.plan-box .larg-btn {
		float: none;
		display: block;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}

	/* Popular plan */
	.plan-boxes .popular-plan {
		padding: 0 !important;
	}
	.plan-boxes .popular-plan .plan-box {
		height: 1040px;
		box-shadow: 0 0 6px rgba(0,0,0,.3);
	}
	.popular-plan .plan-box .plan-header {
		background: rgb(228,24,67);
	}
	.popular-plan .plan-box .larg-btn {
		background: rgb(228,24,67);
		border-color: rgb(228,24,67);
	}	
}


@media (max-width: 991px) {
	/* ------------------------------------------------------------- */
	/* Prices														 */
	/* ------------------------------------------------------------- */

	/* Price box */
	.plan-boxes .plan {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.plan-boxes .plan .plan-box {
		height: 940px;
	}

	/* Price box header */
	.plan-box .plan-header {
		padding: 28px 18px 18px;	
	}
	.plan-box .plan-header h2 {
		padding-bottom: 15px;
		font-size: 24px;
	}
	.plan-box .plan-header p {
		font-size: 13px;
	}
	.plan-box .plan-header .price {
		margin: 20px auto 10px;
		padding-right: 40px;
		font-size: 42px;
	}
	.plan-box .plan-header .price .currency,
	.plan-box .plan-header .price .month {
		top: 2px;
		margin-left: 10px;
		font-size: 20px;
	}
	.plan-box .plan-header .price .month {
		top: auto;
		bottom: 4px;
		font-size: 14px;
	}
	.plan-box .plan-header .price .monthly-price {
		top: -15px;
		font-size: 14px;
	}

	/* Heading */
	.plan-box h3 {
		padding-left: 45px;
		font-size: 14px;
	}

	/* Price box list */
	.plan-box .plan-features {
		padding: 18px;
		padding-top: 32px;
	}
	.plan-box .plan-features li {
		margin-bottom: 15px;
		padding-left: 25px;
		font-size: 14px;
	}
	.plan-box .plan-features li i {
		top: 1px;
		left: 0;
	}
	.plan-box .plan-options {
		bottom: 84px;
		padding: 10px 0 20px;
	}
	.plan-box .plan-options li {
		padding: 10px 20px 5px;
		font-size: 14px;
		line-height: 1.2;
	}
	.plan-box .plan-options li label {
		padding-left: 25px;
	}
	.plan-box .plan-options li input {
		left: -2px;
	}

	/* Price box button */
	.plan-box .btn-container {
		padding: 20px;
	}

	/* Popular plan */
	.plan-boxes .popular-plan {
		padding: 15px !important;
	}
	.plan-boxes .popular-plan .plan-box {
		height: 940px;
		box-shadow: 0 0 3px rgba(0,0,0,.2);
	}	
}

@media (max-width: 767px) {
	/* ------------------------------------------------------------- */
	/* Prices														 */
	/* ------------------------------------------------------------- */

	/* General */
	plan-area>.container {
		padding: 0 15px;
	}

	/* Price box */
	.plan-boxes .plan {
		padding: 0 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.plan-boxes .plan .plan-box {
		height: auto;
	}

	/* Plan options */
	.plan-box .plan-options {
		position: relative;
		bottom: 0;
	}

	/* Price box button */
	.plan-box .btn-container {
		position: relative;
	}	
}

@media (max-width:480px) {
	/* ------------------------------------------------------------- */
	/* Prices														 */
	/* ------------------------------------------------------------- */

	/* General */
	.plan-area {
		padding: 75px 0;
	}
	.plan-area .switch-container {
	}
}
