/*
 Theme Name: Twenty Twenty  Child theme
 Description: The child theme of Twenty Twenty  theme
 Author: Sunny
 Author URI: http://creativedesignz.net
 Template: twentytwenty
 Version: 1.0
*/

body 
{
	margin:0px;
	padding:0px;
}
body
{
	background:#33353d;
}
p
{
margin:0 0 10px 0;	
}
button.sub-menu-toggle 
{
    display: none;
}
.current_page_ancestor a {
    background: #4a5b72;
}
img.alignleft {
    float: left;
    padding: 0 20px 20px 0;
}
.floatedlest ul {
    display: inline-block;
    padding: 0 0 0 20px;
    margin-top: 0px;
}
.elementor-text-editor a
{
	color:#7BB2E0;
}
.elementor-text-editor  ul {
    padding-left: 30px;
}

img.alignright {
    float: right;
    padding: 0 0 0 13px;
}
.elementor-testimonial-wrapper .elementor-testimonial-content 
{
  margin-bottom: 10px;
}
.containerif {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 41%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.containerif .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 70% !important;
    height: 100%;
}
.tstcontent h3
{
	margin-bottom:0px;
}
.elementor-slides .swiper-slide-bg
{
	background-position:top center !important;
}
@media only screen and (max-width: 767px) 
{
  .containerif .responsive-iframe
  {
	width: 100% !important;
  }
  .containerif 
  {
     padding-top: 55%;
  }
  img.alignright,img.alignleft
  {
	float: initial;
	width: 100%;
	max-width: 400px;
	clear: both;
	padding:0px;
  }
}
@media only screen and (min-width: 768px)  and (max-width: 1100px) 
{
   .containerif .responsive-iframe
  {
	width: 80% !important;
  }
  .containerif 
  {
     padding-top: 45%;
  }
}