/*
Theme Name: Novos
Theme URI: https://novos.themezinho.net/
Author: themezinho
Author URI: https://themeforest.net/user/themezinho
Description: Digital IT Solutions Theme 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Novos
Tags: blog, custom-logo, custom-menu, editor-style, featured-images, sticky-post, theme-options
*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
img{height: auto; max-width: 100%;}
iframe{ width: 100%; max-width: 100%;}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
main{overflow:hidden;}
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 50px;
}

.alignright {
	float:right; margin-left:50px; margin-top: 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.screen-reader-text{
    display: block;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.bypostauthor{
	display: block;
}

section.icon-content-block{
	overflow: visible;
}

.wp-block-cover, .wp-block-cover-image {
	height:auto; 
}
.blog-post .post-content .more-link{
	display: inline-block;
}


.header .container .inner h1 {
    font-size: 18px !important;
    
}

.inner h6 {
    font-size: 38px;
}
/* .header .container .inner small {
   
    font-size: 16px !important;
    
} */














/*............FOrm......................*/
.name input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 30px;
}

.name {
    width: 23% !IMPORTANT;
    padding-left: 5%;
}
.mail {
    top: 0;
    position: absolute;
    left: 31%;
}
.mail input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    border-radius: 30px;
}
.phne input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
    padding: 17px;
    border-radius: 30px;
    border: 1px solid #eaebee;
}
.phne {
    position: absolute;
    top: 2px;
    left: 55%;
}
.btn {
    position: absolute;
    top: -6px;
    right: 7%;
}
.btn input.wpcf7-form-control.wpcf7-submit {
    border-radius: 50px !important;
}
.page-header .container .inner {
/*     width: 100%;
    color: #fff; */
    color: #fff;
    background: rgba(0,0,0,0.35);
    padding: 15px;
    border-radius: 5px;
    width: 60%;
}
.page-loaded .page-header .container .inner h1 {
    transform: translateY(0);
    opacity: 1;
    font-size: 18px;
    text-transform: capitalize;
/*     line-height: 1.4; */
    /* font-size: 19px !important; */
    /* max-width: 900px; */
    line-height: 1.5;
    font-weight: normal !important;
}
.header .container .inner {
/*     width: 100%;
    color: #fff; */
    color: #fff;
    background: rgba(0,0,0,0.35);
    padding: 15px;
    border-radius: 5px;
    width: 60%;
}
.icon-box p {
   
    text-align: center !important;
	padding: 0 5%;
}
a:hover {
    text-decoration: none !important;
    
}
.site-navigation .inner ul li ul li {
    
    line-height: 0px !important;
}
.site-navigation .inner ul li a {
   
    padding-bottom: 30px !important;
}
.site-navigation .inner ul li ul {
   
    top: 100px !important;
   
}
.page-header {
  
    background: #000 !important;
   
}
.page-header:before {
    
    opacity: 0.5 !important;
}

/*  menu hover css start*/
.site-navigation .inner ul li ul.dropdown > li > ul > li {
    display: none;
}

.site-navigation .inner ul li ul.dropdown > li:hover > ul > li {
    display: block;
}
.site-navigation .inner ul li ul.dropdown > li:hover > ul {
    top: 0px !important;
    right: -300px;
    left: auto;
}
/*  menu hover css end*/

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
	.inner h6 {
    font-size: 24px;
}
	.carousel-slider .swiper-slide figure figcaption small {
   
    text-align: center;
}
.carousel-slider .swiper-slide figure figcaption h3 {
   
    text-align: center;
}
	.carousel-slider .swiper-slide figure img {
    
    height: 300px;
    object-fit: cover;
}
.carousel-slider .swiper-slide figure figcaption {
   
    top: 0px !important;
    
}
a.SliderBtn {
    
    margin-bottom: 50px !important;
}
	.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
  
    width: 100%;
}
	button[type=submit] {
 
    margin-bottom: 20px;
}
	.footer-text p {
    
    font-size: 21px !important;
    
}
	.margin-custom .text-box h2 {
    font-size: 24px !important;
    
}
	.page-loaded .page-header .container .inner small {
   
    font-size: 25px;
}
	.page-header .container .inner {
   
    width: 100%;
}
	.header .container .inner {
    width: 100% !important;
   
}
	.wpcf7 p {
    
    margin-left: 0px !important;
}
	input[type=email] {
  
    padding: 0px 10px;
   
}
/* 	.form-aa .btn {
    right: 16% !important;
    top: 316px !important;
} */
	.carousel-slider .swiper-slide figure figcaption {
 
    padding: 10px !important;
     text-align: left; 
    top: 0px !important;
    font-size: 14px !important;
}
	.section-title h2 {
    font-size: 22px !important;
}
	.footer .vc_row.wpb_row.vc_row-fluid.vc_custom_1594369385343.vc_row-has-fill {
    display: block !important;
    
}
	
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	.header .container .inner {
    width: 100% !important;
    
}
	.form-aa .btn {
    top: auto !important;
}
/* Styles */
}
