/*
 Theme Name: Web Design Sun Theme
 Theme URI: http://www.webdesignsun.com
 Author: Web Design Sun
 Author URI: http://www.webdesignsun.com
 Description: Web Design Sun Theme is created by order of the DEMIO LEARN and designed with soul and care by <a href="http://www.webdesignsun.com" title="Designed with soul and care by Web Design Sun ® | IIG Global ®" target="_blank">Web Design Sun ®</a>&nbsp;|&nbsp;<a href="http://www.iig.global" title="Designed with soul and care by Web Design Sun ® | IIG Global ®" target="_blank">IIG Global ®</a>
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-development, responsive-layout, accessibility-ready, custom-menu, editor-style, featured-images, microformats, translation-ready, seo-friendly, well-designed
 Text Domain: webdesignsuntheme

 This theme, like WordPress, is licensed under the GPL.
*/

* {
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
	margin: 0 auto;
	outline: none;
	padding: 0;
	text-align: inherit;
	text-shadow: inherit;
}

body, html {
	background-color: #fff;
	color: #000;
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
    line-height: 1.6;
	min-width: 320px;
	word-wrap: break-word;
}

a {
	text-decoration: none;
	transition: .2s color;
}

img {
    height: auto;
	max-width: 100%;
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

.clear {
	clear: both;
}

.none {
    display: none;
}

.v-middle {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

.vc-middle {
    display: table-cell;
    vertical-align: middle;
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row {
    height: inherit;
	margin: auto;
	max-width: 1200px;
	padding: 0 15px;
}

.fullrow {
	padding: 0 15px;
    width: 100%;
}

.cols {
    height: inherit;
	margin: auto;
	max-width: 1200px;
}

.cols [class^="col-"] {
    float: left;
    min-height: 1px;
    padding: 15px;
    position: relative
}

.row:after,
.cols:before,
.cols:after {
	clear: both;
	content: '';
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#wpadminbar {
    z-index: 5;
}

@media (min-width:768px) {
    .col-11 {
        width: 91.66666667%;
    }

    .col-10 {
        width: 83.33333333%;
    }

    .col-9 {
        width: 75%;
    }

    .col-8 {
        width: 66.66666667%;
    }

    .col-7 {
        width: 58.33333333%;
    }

    .col-6 {
        width: 50%;
    }

    .col-5 {
        width: 41.66666667%;
    }

    .col-4 {
        width: 33.33333333%;
    }

    .col-3 {
        width: 25%;
    }

    .col-2 {
        width: 16.66666667%;
    }

    .col-1 {
        width: 8.33333333%;
    }
    .none-l {
        display: none;
    }
}

@media (max-width:767px) {
	.cols [class^="col-"] {
		float: none;
	}
    .cols [class*="col-m-"] {
        float: left;
    }
    .col-m-11 {
        width: 91.66666667%;
    }

    .col-m-10 {
        width: 83.33333333%;
    }

    .col-m-9 {
        width: 75%;
    }

    .col-m-8 {
        width: 66.66666667%;
    }

    .col-m-7 {
        width: 58.33333333%;
    }

    .col-m-6 {
        width: 50%;
    }

    .col-m-5 {
        width: 41.66666667%;
    }

    .col-m-4 {
        width: 33.33333333%;
    }

    .col-m-3 {
        width: 25%;
    }

    .col-m-2 {
        width: 16.66666667%;
    }

    .col-m-1 {
        width: 8.33333333%;
    }
    .none-m {
        display: none;
    }
}