/*
Theme Name: Rhythm Child
Theme URI: http://rhythm.code2paper.tech
Author: code2paper
Author URI: https://themeforest.net/user/code2paper
Description: A Minimal yet Powerful Premium WordPress Theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: rhythm-child
Template: rhythm
Tags: featured-images, two-columns, custom-header, custom-menu, flexible-header, full-width-template, theme-options
*/



table th, table td {
    font-size: 14px;
    text-transform: none;
    padding: 12px 20px;
	color: #ffffff; 
    font-family: "Open Sans", arial, sans-serif;
}

table tbody td {
    font-family: "Open Sans", arial, sans-serif;
    letter-spacing: 0px;
    -webkit-font-smoothing: antialiased;

}
a:focus, a:active {
   	color: #ffffff;

}

table {
    	border: 0px;
	    border-collapse: separate;

}

.tpl-alt-tabs li.active a,
.tpl-alt-tabs li.active a:hover {
	cursor: default;
	color: #ffffff;
	transition: none;
}
.tpl-alt-tabs li a:hover {
	background: none;
	color: #ffffff;
}

.nav-logo-wrap .logo {
    max-width: 200px;
    }

.work-title {
    font-size: 24px;
    font-weight: 400;
}

.work-descr {
    font-size: 14px;
    text-transform: uppercase;
	letter-spacing: 0.1em;
    color: #ffffff;
}

.work-intro {
    height: 150px;
}

.page-section, .small-section, .medium-section, .content-section {
    display: block;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 65px 0;
    overflow: hidden;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 80px; /* fixed header height*/
  margin: -80px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}

