/*
*
* Admin Page style
*
*
*/
img{
	max-width: 100%;
	height: auto;
}
	.col-1,
	.col-2,
	.col-3,
	.col-4 {
    	width: 100%;
    	margin-bottom: 10px;
	}
.cols {
    width: 100%;
    display: block;
}
.mgpdp1 .updated {
    display: none;
}

.col-2 {
    width: 50%;
    float: left;
    overflow: hidden;
}
.col-4 {
    width: 25%;
    float: left;
    overflow: hidden;
}
.welsec-icon {
    width: 61px;
    margin-left: auto;
    margin-right: auto;
}
div#magical_ptab_home {
    display: block !important;
}
.mgvideo {
    padding: 20px;
}
#mgpdp1 section {
    display: block;
    overflow: hidden;
}
.magical-posts-wrap .notice {
    display: none !important;
}
.magical-posts-wrap .notice.mgpd-notice {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.magical-posts-wrap .notice.mgpd-notice button.notice-dismiss {
  display: none;
}
section.sec-wel {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 50px;
}
.wel-center-text {
    text-align: center;
}
.wel-center-text h1 {
    font-size: 50px;
    text-transform: capitalize;
}
.wel-sect-text h5,
.wel-sect-text h1 {
    color: #fff;
}
.wel-center-text h5 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 10px;
}
a.button.button-mgp1 {
    background: #000;
    color: #fff;
    padding: 5px 25px;
    margin-top: 10px;
    font-size: 1rem;
    min-height: 38px;
    display: inline-block;
}
.mgftext {
    padding: 50px 30px;
}
a.button.button-mgp1.button-mgp2 {
    background: darkblue;
    margin-left: 5px;
}

a.button.button-mgp1.button-mgp2:hover {
    background: indigo;
    color: #fff;
}
.mgftext h2 {
    font-size: 35px;
    line-height: 1.2;
}

.mgftext p {
    color: #333;
    font-size: 18px;
}
section.mgfeature.mgf2 {
    padding: 60px 0;
}
.mpd-sect-text {
    margin-bottom: 50px;
}
/*Admin five star settings style*/

.mgrating .mgrat-left {
    width: 25%;
    float: left;
}

.mgrating .mgrat-right {
    width: 75%;
    float: left;
}

.mgrating {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    overflow: hidden;
    padding: 28px;
    box-shadow: 10px 0 20px rgba(0,0,0,.05);
    border: 1px solid #ededed;
}

.mgrating .mgrat-left img {
    background: red;
    padding: 27px;
    border-radius: 34%;
    width: 45%;
}
.mgrating p {
    font-size: 15px;
}
.mgrat-right h2 {
    font-size: 25px;
    margin-top: 0;
    line-height: 1.2;
}
a.mgstar-link {
    background: green;
    color: #fff;
    padding: 12px 20px;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
}

/*Responsive code*/
@media (min-width: 768px) and (max-width: 991px){
	.col-4 {
    	width: 50%;
	}

}
@media (max-width: 767px){
	.col-1,
	.col-2,
	.col-3,
	.col-4 {
    	width: 100%;
	}
	.mgrating .mgrat-left img {
	    padding: 15px;
	}
	a.mgstar-link {
	    padding: 12px 12px;
	    font-size: 13px;
	}
	
}
