/***** Widgets Custom CSS *****/
#wpcontent{background:#fff none repeat scroll 0 0;}
#widget-list [id*='_mh_'] .widget-top { background: #0074a2; color: #fff; }
.widget-separator { font-size: 18px !important; font-weight: 600 !important; border-bottom: 2px solid #ddd; }

/***** Theme Info Page *****/

.theme-info-wrap { margin: 25px 40px 0 20px; max-width: 100%; position: relative; }
.theme-info-wrap img { max-width: 100%; }
.theme-info-wrap .clearfix:before, .theme-info-wrap .clearfix:after { content: " "; display: table; }
.theme-info-wrap .clearfix:after { clear: both; }
.theme-info-wrap .clearfix { *zoom: 1; }
.theme-info-wrap .row [class*='col-']:first-child { margin: 0; }

.theme-info-wrap .col-1-2 { width: 48.98%; }
.theme-info-wrap h1 { font-size: 40px; font-size: 30px !important; font-weight: 400; line-height: 1.2; margin-bottom: 0; color: #333333; }
.theme-info-wrap h3 { font-size: 24px; font-size: 24px !important; line-height: 1.2; }
.theme-info-wrap h4 { font-size: 18px; font-size: 20px !important; margin: 10px 0; margin: 0.625rem 0; }
.theme-info-wrap .theme-description { font-size: 16px; font-size: 18px !important; margin: 10px 0; margin: 0.625rem 0; min-height: 60px; font-weight: 400; line-height: 1.5; color: #777777; }
.theme-info-wrap .theme-links p strong { font-size: 14px; font-size: 16px !important; margin-right: 16px; margin-right: 1rem; }
.theme-info-wrap .theme-links p a { font-size: 14px; font-size: 12px; margin-right: 16px; margin-right: 1rem; }
#getting-started { margin: 16px 0; margin: 1rem 0; }
#getting-started .section { margin: 8px 0 30px; margin: 0.5rem 0 1.875rem; }
#getting-started .section .about { font-size: 14px; font-size: 16px !important; line-height: 1.5; color: #777777; }
#getting-started .section .button { max-width: 100%; }
#getting-started img { margin-top: 16px; margin-top: 1rem; }
#theme-author { margin: 16px 0; margin: 1rem 0; }
#theme-author p { font-size: 14px; font-size: 14PX !important; color: #777777;  text-align: center;}

@media screen and (max-width: 1000px) {
	.theme-info-wrap .theme-links p strong { display: block; }
	.theme-info-wrap [class*='col-'] { float: none; width: 100%; margin: 0; }
}

/*** Premium CSS **/
.services {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    overflow: hidden;
    padding-top: 10px;
}
.services .icon {
    display: block;
    font-size: 70px;
    color: #31A3DD;
    margin-bottom: 10px;
    text-shadow: -2px 2px 0 rgba(0,0,0,0.1);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
	text-align: center;
    height: 300px;
}
.icon{
	padding: 0;
    border: 5px solid #d6d6d6;
    border-radius: 10%;
	padding-top: 40px;
}
.icon i:hover{
	transform: rotate(360deg);
	transition:  all .3s ease-out;
	color: #000;
}
.services .icon h3{
	color: #5a5a5a;
}
.desc{
	color: #7a7c7f;
	padding: 0 5px;
}
.detail{
	padding: 7px;
}
.section-title  {
    position: relative;
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
}
.section-description {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 60px;
    line-height: 30px;
    color: #7a7c7f;
    padding: 0 10px 0 10px;
}
.pricing-three-column {
    margin: 0 auto;
    width: 100%;
}
.pricing-table .plan {
    border-radius: 5px;
    text-align: center;
    background-color: #f3f3f3;
    -moz-box-shadow: 0 0 6px 2px #b0b2ab;
    -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
    box-shadow: 0 0 6px 2px #b0b2ab;
}
.pricing-table .plan .plan-name {
    padding: 20px;
    color: #fff ;
    background-color: #1E8CBE;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.pricing-table .plan ul li.plan-feature {
    padding: 15px 10px;
    border-top: 1px solid #c5c8c0;
}
.pricing-table .plan .plan-name span {
    font-size: 20px;
}
.demo_button {
    color: #fff;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #3BC492 50%, rgba(0,0,0,0.3) 50%);
    background-position: 0 0;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    transition: all ease 0.6s;
    font-weight: 600;
    font-weight: 600;
    font-size: 20px;
    padding: 17px 18px;
    margin: 15px 0px 12px 0;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    text-decoration: none;
    margin-right: 10px;
}
.purchase_button {
    color: #fff;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #d9534f 50%, rgba(0,0,0,0.3) 50%);
    background-position: 0 0;
    font-weight: 600;
    font-weight: 600;
    font-size: 20px;
    padding: 17px 18px;
    margin: 15px 0px 12px 0;
    display: inline-block;
    border-radius: 4px;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    text-decoration: none;
    margin-right: 10px;
}
.upgrade_pro_button {
    color: #fff;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #228B9B 50%, rgba(0,0,0,0.3) 50%);
    background-position: 0 0;
    font-weight: 600;
    font-size: 20px;
    padding: 17px 18px;
    margin: 15px 0px 12px 0;
    display: inline-block;
    border-radius: 4px;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    text-decoration: none;
    margin-right: 10px;
}
.services .icon:hover
{
	color:#31a3dd;
	font-size: 80px;
	transform : scale(1.3) transformY(-10px);
}
.purchase_button:hover{
	background-color: #228b9b;
	background-position: 0 -100%;
	color: white !important;
	text-decoration: none;
}
.demo_button:hover{
	background-color: #228b9b;
	background-position: 0 -100%;
	color: white !important;
	text-decoration: none;
}
.upgrade_pro_button:hover{
	background-color: #228b9b;
	background-position: 0 -100%;
	color: white !important;
	text-decoration: none;
}
.line{
	height: 2px;
	margin-left: 38%;
	width: 25%;
	background:#31A3DD;
	margin-top: 5px;
}
.line1{
	height: 2px;
	margin-left: 46%;
	width: 8%;
	background:#31A3DD;
	margin-top: 5px;
}

