﻿/*
Theme Name: CGenration
Description: Content generation theme
Version: 1.0
Author: Diginetwork
Author URI: https://www.diginetwork.ee
Template: enfold
*/

/* Start styling! */

/* add border to end main menu nicely if search icon is disabled and large separator selected */
#top .av_seperator_big_border .av-main-nav > li:nth-last-child(2) > a {
	border-right-style: solid;
	border-right-width: 1px;
}

#footer { padding: 0; }

/* =custom social icon - PHONE */
/*
.social_bookmarks_phone a::before {
  content:'\e854' !important;
}
.social_bookmarks_phone a::after {
  content: '+371 67 969 140' !important;
  color: #ffffff !important;
  position: fixed;
  margin-top: -30px;
  margin-left: -70px;
  background-color: #36ccab;
  padding: 5px;
  border-radius: 5px;
  transition: .25s;
  display: none;
  opacity: 0;
}
.social_bookmarks_phone:hover a::after {
  opacity: 1;
  margin-top: 10px;
  display: block;
}
.social_bookmarks_phone a:hover {
  background-color: #ffffff !important;
}
*/



/* contact form 7 */
#top .wpcf7 .input-text, 
#top .wpcf7 input[type="text"], 
#top .wpcf7 input[type="input"], 
#top .wpcf7 input[type="password"], 
#top .wpcf7 input[type="email"], 
#top .wpcf7 input[type="number"], 
#top .wpcf7 input[type="url"], 
#top .wpcf7 input[type="tel"], 
#top .wpcf7 input[type="search"], 
#top .wpcf7 textarea, 
#top .wpcf7 select {
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 50px;
    padding: 13px;
    border-radius: 2px;
}
#top .wpcf7 .wpcf7-submit {
    margin: 0;
    padding: 16px 20px;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    font-size: 0.92em;
    min-width: 142px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* end contact form 7 */

#top .channels .channel-name {
    font-size: 26px;
    text-align: center;
    padding: 30px;
}

#top .channels .image-container {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

#top .logo-heading-container {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#top .channel-list {
	columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
   list-style-type: none;
	margin-bottom: 60px;
}

#top .channel-logo-list {
	width: 100px;
	height: 30px;
}

#top .channel-logo {
	display: block;
	margin: 0 auto;
}

#top ul.channel-list li {
	position: relative;
}

#top ul.channel-list li::before {
    position: absolute;
    content: '';
    top: 3px;
    margin: 0px 0 0 -30px;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2021/08/video-1.png');
}

#top .wpcf7-not-valid-tip {
	font-size: 15px;
	color: #EA4335;
}

#top .wpcf7-not-valid {
	border: 1px solid #EA4335 !important;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
}

@media only screen and (max-width: 1099px) and (min-width: 990px) {
	.hide-on-small-desktop { display: none; }
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 989px) {
  /* Add your Mobile Styles here */
}

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	#footer { padding-top: 30px; }
	/* remove some space from widgets */
	#footer .widget { margin: 0; }
	
	#av-burger-menu-ul li.current-menu-item {
		background-color: #edcb90;
	}
	
	#top .channel-list {
		columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
	}
	
	.responsive #top #wrap_all #main .container {
		width: 90%;
		max-width: 90%;
	}
}

@media only screen and (max-width: 479px) {
  /* Add your Mobile Styles here */
}

@media only screen and (max-width: 375px) {
  /* frontpage slider buttons */
  #top .avia-slideshow-button { margin: 5px; }
}
