Your IP : 216.73.216.111
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
@include clearfix;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
@include clearfix-after;
}
/*-------------------------------------------
No Margin
-------------------------------------------*/
.no-margin{
margin: 0 !important;
.pagination{
margin: 0;
}
}
/*-------------------------------------------
No Padding
-------------------------------------------*/
.no-padding{
padding: 0 !important;
}
.no-position{
position: static !important;
}
.space-bottom-0{
margin-bottom: 0 !important;
}
.space-bottom-10{
margin-bottom: 10px !important;
}
.space-bottom-20{
margin-bottom: 20px !important;
}
.space-bottom-30{
margin-bottom: 30px !important;
}
.space-bottom-40{
margin-bottom: 40px !important;
}
.space-bottom-50{
margin-bottom: 50px !important;
}
.space-bottom-60{
margin-bottom: 60px !important;
}
.inline-block{
@include inline-block();
}
.no-background{
@include box-shadow(none);
background: none!important;
}
.no-effect a:before{
content: none!important;
}
// Clear Box
// -------------------------
%clear-box{
padding : 0px !important;
border : 0px !important;
}
/*------------------------------------*\
Clear List Style
\*------------------------------------*/
.clear-list{
@include clear-list;
}
/*-------------------------------------------
Text Transform
-------------------------------------------*/
.text-uppercase{
text-transform: uppercase !important;
}
/*-------------------------------------------
Align
-------------------------------------------*/
.separator_align_center{
text-align: center !important;
}
.vc_align_right,
.separator_align_right{
text-align: right !important;
}
.separator_align_left{
text-align: left !important;
}
/*------------------------------------*\
Font size heading title
\*------------------------------------*/
.font-size-lg{
@include font-size(font-size,$font-size-lg);
}
.font-size-md{
@include font-size(font-size,$font-size-md);
}
.font-size-sm{
@include font-size(font-size,$font-size-sm);
}
.font-size-xs{
@include font-size(font-size,$font-size-xs);
}
/*------------------------------------*\
Border
\*------------------------------------*/
.no-border{
border: 0px !important;
}
/*------------------------------------*\
No background
\*------------------------------------*/
.bg-transparent{
background: transparent !important;
}
.flex-right{
@include rtl-margin-left(auto);
}
.flex-float-right{
@include flexbox();
}