/*
Theme Name:     i-craft Child Theme
Theme URI: 		http://www.insightcoders.com/
Description:    Child theme for the i-craft by Insight Coders
Author:         Insight Coders
Author URI: 	http://www.insightcoders.com/
Template:       i-craft
Version:        1.0.0
*/
@import url("../i-craft/style.css");


/*CUSTOM CSS*/
h1{
    font-size: 35px;
    margin-top:0;
}
h2{
    font-size: 30px;
    margin-top:0;
}
h3{
    font-size: 25px;
    margin-top:0;
}
h4 {
    font-size: 18px;
    margin:15px 0;
}
hr{
    clear:both;
    border-bottom: 1px dashed #0d6dad;
    height:24px; 
    background:none;
}
.nav-container ul ul li a {
    padding: 12px 14px;
   width: 250px;
}
.widget_media_image img{
}
.site-header .home-link span {
    height: 90px;
    padding-top: 0;
}
.nav-menu{
padding:0 !important;}
.headerwrap .navbar {
    margin-right: 0;
}
.topphone a{
color:#fff !important;}
.site-header .home-link img {
    max-height: 80px;
}
.site-footer .copyright {
    width: 100%;
    text-align: center;
}
.site-footer .credit-info {
    width: 100%;
    text-align: center;
}
.bs-title h1{
margin: 5px 0;
font-size: 28px;}
.fci strong{
width:72px;
display:inline-block;}
.site-footer{
color: #fff;
background:none;}
.site-footer a{
color: #fff !important;}
.footer-bg{
    /*-moz-box-shadow: inset 0 -10px 10px -10px #000000;
    -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
    box-shadow: inset 0 -10px 10px -10px #000000;*/
background:#005892;}
.site-footer .sidebar-container {
    background: none;
}
.go-top {
    background:rgba(13, 109, 173, 0.7);
}
.go-top:hover {
    background:rgba(13, 109, 173, 0.9);
}
.site-info{
  background:rgba(13, 109, 173, 1);
}
.site-footer .widget-area .widget .widget-title {
    border-bottom: 0 none;
}
.txt-center{
  text-align:center;
}
.site-header {
    border-bottom: none;
}
.nav-container li a span {
    height: 3px;
}
td {
    padding: 6px 10px 6px 5px;
    border-right: 1px solid #ededed;
}
td:first-child {
    border-left: 1px solid #ededed;
}
.fixeddiv .nav-container > ul > li > a {
    padding: 25px 0 26px;
}
ul li{
font-size:13px;}
.fixeddiv {
	-webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, .3);
	   -moz-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, .3);
	        box-shadow: 0 2px 2px 0px rgba(0, 0, 0, .3);
}
.socialicons ul.social li {
    margin: 0 6px 0 0;
}
footer .socialicons {
    float: left;
}
footer .socialicons ul.social li {
    height: 30px;
    width: 30px;
    border:none !important;
}
footer .socialicons ul.social li a .socico::before {
    font-size: 20px;
    line-height: 30px;
}
footer .socico {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
ul.nav-container, .nav-container > ul {
    display: block;
}
.listCheck{
	padding:0;
}
.listCheck li{
	list-style-type:none;
}
.listCheck li:before{
	content: '\f418';
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	font-size: 26px;
	line-height: 26px;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	color: #0d6dad;
}
.slider-content-wrap {
    display: none;
}
.menu-toggle {
    display: none;
}
div.wpcf7 {
    max-width: 500px;
}
ol, ul {
    padding: 0 0 0 15px;
}
.list-half{
width:50%;
float:left}
.minimal .plan {
    width: 46% !important;
    margin:2% !important;
}
.minimal .p1 h3 {
    background: #f37640 !important;
    border-bottom: none !important;
}
.minimal .p1 h4 {
    background: #f58a42 !important;
     box-shadow:unset !important;
   -moz-box-shadow:unset !important;
   -webkit-box-shadow:unset !important;
}
.minimal .pt-button{
    background:#f37640 !important;
}
.minimal .pt-button:hover {
    background: #f58a42 !important;
}
/*.minimal .plan h3 {
    font-size: 13px !important;
}
.plan li {
    font-size: 13px !important;
}
.interval {
    font-size: 13px !important;
}*/
@media(min-width:768px){
  .payimg{position: absolute;bottom: 0;}
}
@media(min-width:960px){
  .bs-title {
    width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
	top:20px;
  }
}
@media(max-width:1023px){
  .minimal .plan {
    width: 46% !important;
    margin:2% !important;
  }
   .nav-container li {
      padding: 0px 15px !important;
  }
  .bs-title h1 {
    margin: 23px;
    font-size: 28px;
  }
}
@media(max-width:959px){
  ul.nav-container, .nav-container > ul {
    display: none;
  }
  .headerwrap .navbar {
    height: 0 !important;
  }
  .menu-toggle {
    display: block;
  }
  .bs-title {
    float: right;
  }
}
@media(max-width:767px){
  .minimal .plan {
    width: 100% !important;
    margin:10px auto !important;
    max-width: 400px !important;
  }
 .list-half{
   width:100%;
    float:none}
}
body .nav-container li {
    padding: 0px 12px;
}