/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
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.3.1590693889
Updated: 2020-05-28 19:24:49

*/ /*
Table of content: 
==================
- Fonts, Text and Typography
- Gutenberg Blocks
- Header 
- Post 
- Page 
	- Home Page 
	- About Us Page
- Footer
- Plugins
	- Contact Form 7
	- AddToAny Button
	- Grecaptcha
- Media Query Desktop
  - Header 
  - Post 
  - Page 
    - Home Page 
    - About Us Page
  - Footer




- Media Query Mobile Version
  - Header 
  - Post 
  - Page 
    - Home Page 
    - About Us Page
  - Footer

----------------------------------*/

/*Fonts, Text and Typography
-------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital@0;1&display=swap");

*,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p {
  font-family: "Roboto", sans-serif;
}

p,
li,
span,
input,
a,
button,
.entry-content p {
  font-size: 18px;
}

h1,
h1 span,
h1 a {
  font-size: 40px;
}

h2,
h2 span,
h2 a {
  font-size: 36px;
}

h3,
h3 span,
h3 a {
  font-size: 28px;
}

h4,
h4 span,
h4 a {
  font-size: 24px;
}

h5,
h5 span,
h5 a {
  font-size: 21px;
}

h6,
h6 a,
h6 span {
  font-size: 19px;
}

ul {
  margin-left: 0;
}

h2 {
  color: #30438c;
  font-weight: bold;
}

h3 {
  color: #d2dd21;
}

main img {
  border-radius: 22px;
}

/* Gutenberg Blocks
----------------*/

.wp-block-group.alignfull {
  margin: 0;
}

figure.wp-block-image img {
  display: table-row;
}

/*Header 
----------------*/

body:not(.overlay-header) .primary-menu > li.menu-item > a,
body:not(.overlay-header) .primary-menu > li.menu-item > .icon {
  color: white;
  font-weight: bold;
}

body:not(.overlay-header) .primary-menu > li.menu-item.menu-item-8811 {
  border-left: 2px solid #d2dd21;
  margin-left: 12px;
  padding-left: 10px;
}

body:not(.overlay-header) .primary-menu > li.menu-item.menu-item-8811 > a,
body:not(.overlay-header) .primary-menu > li.menu-item.menu-item-8810 > a {
  color: #d2dd21;
}

ul.primary-menu.reset-list-style {
  align-items: center;
}

#site-header {
  background-color: white;
}

.site-description {
  display: none;
}

/* Header Menu 
------------------*/

.modal-menu .ancestor-wrapper a {
  color: white;
}

/* Post 
-----------*/

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

.wpspw-post-grid-content {
  min-height: 280px;
}

/* Page 
-----------*/

.page .entry-header {
  display: none;
}

.singular .featured-media {
  display: none;
}

.entry-header {
  margin: 3% 0;
}

/*Home Page 
--------------*/

img.home__banner {
  width: 100%;
}

.home__clients-section h2 {
  padding-top: 3%;
  margin-bottom: 0;
}

/* Footer
------------------------------*/

.footer-top-hidden #site-footer {
	margin-top:30px;
}

.footer-mega-col-wrap {
  display: flex;
  align-items: baseline;
  padding: 20px 5%  0 5%;
  color: white;
  flex-wrap: wrap;
}

.footer-mega-col-wrap a {
  color: white;
}

footer.header-footer-group#site-footer {
  padding: 0;
}

.powered-by-wordpress {
  display: none;
}

  #media_image-2 > h6 {
    visibility: hidden;
	padding: 0;
	margin:0;
  }


  .widget .widget-title {
    border-bottom: 2px solid #d2dd21;
  }


/*Plugins
------------------------------------*/

.sp_wpspwpost_static.wpspw-design-1 .wpspw-post-grid-content {
  background: #d2dd21;
  padding: 8% 5% 10% 5%;
  border-radius: 22px;
  box-shadow: 1px 1px 5px #bbb;
}

.sp_wpspwpost_static.wpspw-design-1 h2.wpspw-post-title a {
  color: #30438c;
  font-size: 24px !important;
  font-weight: bold;
}

.sp_wpspwpost_static.wpspw-design-1
  .wpspw-post-grid-content
  .wpspw-post-image-bg {
  background: #d2dd21;
}

.sp_wpspwpost_static.wpspw-design-1 .wpspw-post-grid-content img {
  border-radius: 22px;
}

/*Contact Form 7
 * ---------------*/

.wpcf7-form .wpcf7-submit {
  background-color: #ff1715;
  width: 100%;
  margin-top: 1%;
}

.wpcf7-form .wpcf7-form-control {
  margin: 1% 0;
}

.wpcf7-form .form_half-column {
  display: flex;
}

/*Blog widget
-------------------*/

.sp_wpspwpost_static.wpspw-design-1 .wpspw-medium-4 .wpspw-post-image-bg {
  height: 300px;
}

/*Grecaptcha
--------------------------------*/
.grecaptcha-logo,
.grecaptcha-badge {
  display: none;
}

/*Media Query Desktop
-----------------------*/

@media (min-width: 786px) {
  /*Gutenberg Blocks 
  ------------------*/

  .wp-block-button,
  .wp-block-columns,
  .entry-content > .alignfull {
    margin: 0 auto;
    margin-bottom: 0;
  }



  /*Home Page 
  --------------*/

  .home-page__services-list p,
  .home-page__services-list h5 {
    text-align: left;
  }

  div.wp-block-group.alignfull.home__clients-section
    > div
    > div.wp-block-columns.alignfull
    > div
    > figure {
    margin: 0;
  }

  div.wp-block-group.alignfull.home__clients-section
    .wp-block-column:not(:first-child) {
    margin-left: 0;
  }

  /*Contact Page
   * -----------*/

  .wp-block-group.contact-page__copy h2 {
    margin-top: 0;
  }

  .page-id-54 .entry-content li {
    line-height: 1.2;
  }

  /*Footer
  --------------*/

  .widget .widget-title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 24px;
    text-transform: capitalize;
  }

  /*Plugins
	 * -----------------------------*/
  /*Blog Entries Widget
	 * -------------------*/

  .wpspw-post-grid-content {
    padding-bottom: 5px;
  }

  .wpspw-post-title {
    min-height: 60px;
  }

		
	.sp_wpspwpost_static.wpspw-design-1.wpspw-grid-3.wpspw-clearfix {
	    justify-content: center;
    	display: flex;
	}
	
	
  /*Contact Form 7
	 * ---------------*/

  .wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
  }
}

/*Media Query Mobile Version
----------------------------------------*/
@media screen and (max-width: 467px) {


    .page-id-7887 h3 {
	  margin-top: 20px !important;
	  font-size: 21px !important;
	} 	
	
  /*Gutenber Blocks
  --------------*/

  .wp-block-column {
    margin-bottom: 0;
    margin-top: 0;
  }

	

  /*Post
  --------------*/

  .post-template.single-post .entry-content {
    margin: auto 5%;
  }

  /*Page
  * -----------*/

  .entry-content > *:last-child {
    margin-bottom: 30px;
  }

  /*Home Page 
  --------------*/
  div.home-page__services-list {
    margin: 0 auto;
  }
  div.home-page__services-list > div > div {
    margin: 0 auto;
  }
  div.home-page__services-list > div > div > div {
    max-height: 125px;
  }
  div.home-page__services-list > div > div > div > div > figure {
    margin: 0 auto;
  }

  div.home-page__services-list > div > div > div > div > figure > img {
    position: relative;
    z-index: -10;
  }

  div.wp-block-group.alignfull.home__clients-section
    .wp-block-column:not(:first-child)
    img {
    margin-left: 10px;
  }

  div.home__clients-section .wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 32px) / 4);
  }

  #post-7887
    > div.post-inner
    > div
    > div.wp-block-columns.alignfull.are-vertically-aligned-center,
  #post-7887 > div.post-inner > div > h2:nth-child(3) {
    margin: 0 auto;
  }

  div.home__clients-section > div > div.wp-block-columns > div > figure {
    margin-bottom: 0;
  }

  div.post-inner
    > div
    > div.home__clients-section
    > div
    > div.wp-block-columns {
    margin-top: 0;
  }

  #post-7887 > div.post-inner > div > div:nth-child(12) {
    margin: 0 auto;
  }

  #post-7887 > div.post-inner > div > h2:nth-child(11) {
    margin-bottom: 0;
  }

  #post-7887 > div.post-inner > div > div:nth-child(13) {
    margin-top: 0;
  }

  /*About Us Page 
   --------------*/

  #post-47 > div.post-inner > div > div.wp-block-columns.alignfull,
  #post-47 > div.post-inner > div > h2:nth-child(5) {
    margin: 0 auto;
  }

  /*Service
   * ------------*/
  .parent-pageid-50 div.wp-block-column {
    text-align: center;
  }

  .parent-pageid-50 div.wp-block-column img {
    margin: 0 auto;
    position: relative;
    z-index: -10;
  }

  .parent-pageid-50 div.wp-block-column figure {
    margin: 0 auto;
  }

  .parent-pageid-50 div.wp-block-columns div.wp-block-column {
  }

  .parent-pageid-50 div.wp-block-columns > div {
    margin-top: 0;
  }
  .parent-pageid-50 div.wp-block-columns {
    margin: 0 auto;
  }

  .parent-pageid-50 ul {
    margin-bottom: 0;
  }

  .parent-pageid-50 .wp-block-button {
    margin-top: 0;
  }

  .parent-pageid-50
    .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    margin: 0 auto;
  }

  .parent-pageid-50 figure.wp-block-image size-thumbnail {
    margin: 0 auto;
  }

  /*Footer
  --------------*/

  aside.widget.fmgc-columns {
    width: 100%;
  }
}

/*Fonts*/

img.home__banner {
  width: 100%;
}

.wp-block-group.alignfull {
  margin: 0;
}

.custom-logo-link img {
  max-height: 75px;
}

.header-inner.section-inner {
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px 10px;
}

.header-titles-wrapper {
	margin-right: 15px;
}

.header-inner {
	padding:0;
}
    

/* Hiding
 * ----------------*/

.powered-by-wordpress {
  display: none;
}

a.wp-block-button__link {
  font-family: "Roboto", sans-serif;
  border-radius: 22px;
  background: #d2dd21;
  color: #111;
}

/*Contact Form 7
 * ---------------*/

.wpcf7-form .wpcf7-submit {
  background-color: #2969fd;
  width: 100%;
  margin-top: 1%;
}

.wpcf7-form .wpcf7-form-control {
  margin: 1% 0;
}

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

.wpspw-post-grid-content {
  min-height: 280px;
}

@media (min-width: 1220px) {
  .wp-block-button,
  .wp-block-columns,
  .entry-content > .alignfull {
    margin: 0 auto;
    margin-bottom: 0;
  }
}
