MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/public_html/india/wp-content/themes/ri-colias/sass/theme/common/_global.scss
//element html default

body{
	min-height: 500px;
	margin: auto;
	font-size: $font-size-base;
	font-family: $font-family-once,Arial, serif;
	font-weight: 400;
	color: $font-base-color;
	background-color: $theme-bg;
}
a{
	line-height: 1;
	display: inline-block;
    color: $font-base-color;
	&:hover,
	&:focus{
		outline: none;
		text-decoration: none;
        color: $theme-color;
	}
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000000;
}
h1,h2,h3,h4,h5,h6{
    > a{
        color: #000000;
    }
}
select{
    height:30px;
    padding: 5px;
    border: $border-color-base;
    font-size: $font-size-base;
}
label,.label{
    color:$font-base-color ;
    font-size: $font-size-base;
    display:inline-block;
    vertical-align: middle;
}
.radio, .checkbox{
    display: inline-block;
}
blockquote {
    font-size: 18px;
    font-style: italic;
}
img{
    max-width: 100%;
}
.img.size-full{
    height: auto;
    max-width: 100%;
}
.alignright{
    @include rtl-float-right();
}
.alignleft{
    @include rtl-float-left();
}
.aligncenter{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*video responsive*/
.video-responsive {
	height: 0;
	padding-top: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
	embed,
	iframe,
	iframe,
	video{
		top: 0;
	  	left: 0;
		width: 100%;
	  	height: 100%;
	  	position: absolute;
	  	border: none;
	}
}
.audio-responsive iframe {
  width: 100%;
  height: 126px;
}
/*---clear css bootstrap --*/
// .dropdown-toggle
.btn-group.open .dropdown-toggle{
    box-shadow: none;
}
.alert{
    margin: 20px 0;
}

.tags-list a, .widget_meta a, .tagcloud a {
    background: none repeat scroll 0 0 #e1e4e7;
    color: #697782;
    display: inline-block;
    margin-bottom: 3px;
    padding: 10px 15px;
    font-size: 14px;
    &:hover{
        color: $white;
        background: $theme-color;
    }
}
.required {
    border: 0 none;
    color: #ff0000;
    font-weight: 700;
}




//Tag
.tagcloud a{
    font-size: 14px !important;
    color: $font-base-color;
    &:hover{
        color:$white;
    }
}

pre{
    border: none;
    border-radius: 0;
}
.embed-responsive-16by9{
    padding-bottom: 0;
}