Your IP : 216.73.216.196


Current Path : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/sass/template/
Upload File :
Current File : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/sass/template/_pages.scss

@media(min-width:1501px){
    .col-md-cl-5{
        width: 20%;
        &.first{
        	clear: both;
        }
    }
}
@media(min-width: 1200px) and (max-width:1500px){
	.col-md-cl-5{
        width: 25%;
        &.first:nth-child(4n + 1){
        	clear: both;
        }
    }
    div.product.col-md-cl-5:nth-child(4n + 1){
    	clear: both;
    }
}
.main-page {
	.page-links{
		clear: both;
		overflow: hidden;
		padding:$theme-padding 0;
		margin:0;
	}
	#respond{
		.comment-reply-title{			
			outline: none;
		}
	} 	
	#comments{
		margin-top:30px;
		clear: both;
	}
}
//----------------------------------
// layout page
.wrapper-80{
	padding-left:50px;
	padding-right:50px;
}
@media(min-width:1200px){
	.wrapper-80{
		padding-left:80px;
		padding-right:80px;
	}
	.wrapper-50{
		padding-left:50px;
		padding-right:50px;
	}
}
div.wpcf7-validation-errors{	
	padding: 15px;
}
.contact-form-content{
	padding: $theme-padding;
	background: $contact-bg;
	min-height: 260px;
	.rounded{
		@include rtl-margin-right(10px);
		color: $white;
		@include size(40px,40px);
		background: darken($body-bg, 20%);
		.fa,.icon{
			@include font-size(font-size,16px);
			margin: 13px;
		}
	}
	small{
		color: darken($text-color, 20%);
	}
}
.user{
	> div{
		display: none;
		&.active{
			display: block;
		}
	}
	max-width:570px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	form{
		margin-bottom: 25px !important;
	}
	.title{
		font-size: 30px;
		margin:0 0 20px;
		@media(min-width: 1200px){
			font-size: 48px;
		}
	}
	.create {
		margin-bottom: 30px;
		@media(min-width: 1200px){
			margin-bottom: 50px;
		}
		a{
			font-size: 12px;
			text-decoration: underline;
			text-transform: uppercase;
		}
	}
}
// Page Not Found
//----------------------------------
.page-404{
   .not-found{
   		padding: 0 0 62px 0;	   	
		
		@include media(tablet) {
			padding-bottom: 108px;
		}

	   	@include media(desktop) {
	   		padding: 86px 0 216px;	   		
	   	}
   	}   
	.btn{
		font-size: 16px;
		font-weight: $font-weight-medium;				
		border-color: $theme-color;		
		background-color: $theme-color;
		@include hover-focus-active() {
			background-color: transparent;
			border-color: $theme-color;
			color: $theme-color;
		}
	}
	.description{		
		margin-bottom: 30px;
	}
   .title-big{
	   	font-size: 20px;
	   	text-transform: uppercase;
	   	margin: 0 0 10px;	   	
	   	font-weight: $font-weight-medium;
		@include media(tablet) {
			font-size:40px;
		}   	
   }
   .widget-search{
		max-width:500px;
		margin:auto;
   }
   .page-content{
   		margin-bottom: 0;
   }
}
.box-relative{
	.elementor-row{
		position: relative;
		.elementor-widget,
		.elementor-column,
		.elementor-column-wrap, .elementor-widget-wrap{
			position:static;
		}
	}
}
body.elementor-editor-active {
	.box-relative{
		.elementor-row{
			.elementor-widget,
			.elementor-column,
			.elementor-column-wrap, .elementor-widget-wrap{
				position:relative;
			}
		}
	}
}

.list-contact-form-7{
	li{
		line-height: 36px;	
		position: relative;
		@include rtl-padding-left(30px);
		a{
			color: $text-color;
			@include hover-focus-active() {
				color: $theme-color;
			}
		}
		.fa{
			color: $entry-blog-date-color;
			font-size: 18px;
			position: absolute;
			top: 10px;			
			@include rtl-left(0);
			@include inline-block();
		}
	}
}

.privacy-title{	
	font-size: 22px;
	line-height: 34px;
	font-weight: $font-weight-medium;	
	
	@include media(tablet) {
		font-size: 26px;
		line-height: 38px;		
	}

	&:first-child{
		margin-top: 0px;	
	}
}
.privacy-sub-title{
	font-size: 18px;
	line-height: 30px;
	font-weight: $font-weight-medium;

	@include media(tablet) {
		font-size: 22px;
		line-height: 34px;
	}
}