/*
Theme Name: Moetion
Template: twentytwenty
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Mind Cauldron
Author URI: https://mindcauldron.com/
Description: Moetion Films theme, based on the twenty twenty WordPress theme.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0.11
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moetion
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&family=Open+Sans:wght@300;400;700&display=swap');

body,
.entry-content,
#site-content .entry-content h2,
#site-content .entry-content h3 {
	font-family: "Open Sans",Arial,sans-serif;
}
h2 {
	font-weight: 300;
}
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: none;
}
.primary-menu li > a:hover, .primary-menu li > .link-icon-wrapper > a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.primary-menu li > a, .primary-menu li > .link-icon-wrapper > a {
	font-weight: 600;
}

#site-header {
	background-color: #12c0e3;
	color: #fff;
}
#site-header .header-navigation-wrapper a,
#site-header .header-navigation-wrapper a:hover,
#site-header .header-navigation-wrapper a:visited,
body:not(.overlay-header) .primary-menu > li > a
{
	color: #fff;
}
.front-page .entry-title,
.home .entry-title {
	display: none;
}
.dropshadow {
/*	box-shadow: 0 4px 8px 2px rgba(100,100,100,0.1);*/
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}
.header-inner .header-titles-wrapper {
	display: none;
}

.header-inner {
	justify-content: center;
}

#quick-image-links-section a {
	position: relative;
}
#quick-image-links-section figure > a img {
  transition: all 0.18s ease-in-out;
}

#quick-image-links-section figure > a img:hover {
  filter: contrast(1.1);
	transform: translateY(-8px);
}

#site-header {
    background-color: #12c0e3;    
    font-family: "ABeeZee", Helvetica, Arial, Lucida, sans-serif;
}

#site-header .header-navigation-wrapper a {
    letter-spacing: 1px;
    line-height: 14px;
    font-size: 13px;
    font-weight: 400;
}

#site-header .header-navigation-wrapper li {
    padding: 0 8px;
}

.entry-header {
    display: none;
}

.post-inner {
    padding-top: 0;
}

body, ul.primary-menu {
    letter-spacing: 0;
}

.featured-media img {    
    margin: 0 auto;
  padding: 30px 120px 0;
}

.site-content .entry-content h3,
.site-content .entry-content h2 {
    font-weight: 300;
    font-family: "Open Sans", Arial, sans-serif;
}

body,h1,h2,h3,h4,h5,p,input{
    letter-spacing: 0;
}

blockquote {
    border-left: 5px solid;
    border-color: #f38d16;
    font-size: 18px;
}

body:not(.overlay-header) .toggle-inner .toggle-text,
.header-navigation-wrapper .search-toggle .toggle-text,
.header-navigation-wrapper .search-toggle .svg-icon {
    color: #ffffff;
}
