/*
Theme Name: Cailean 
Theme URI: https://designmw.co.uk/
Author: MW Design
Author URI: https://designmw.co.uk/
Description: Theme V8
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Cailean 01

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.
*/

/* 
============================================================================================================
============================================================================================================

                                        THEME STYLE default CSS START

============================================================================================================
============================================================================================================
*/



body, html, ul {
	margin: 0px;
 	padding: 0px;
}

body {
	font-family: 'Montserrat';
	font-weight: normal;
	word-wrap: break-word;
	overflow-x: hidden;
	opacity: 0;
	transition: all .5s;
	transition-delay: .3s;
}

.wrapperOuter {
    overflow: hidden;
}

.elementor-section.elementor-section-boxed > .elementor-container .elementor-container {
	padding: 0;
}
body.elementor-editor-active {
	opacity: 1;
}
.elementor-editor-active .smart-page-loader {
	display: none !important;
}
b, strong {
	font-family: 'Montserrat';
	font-weight: bold;
}

a {
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline:0!important;
}

.upb_row_bg {
	width: 100% !important;
}

::selection {
   color: #fff; 
   background: #4a5134 !important;
}

* { 
	outline:none!important;
}


h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	font-family: 'Loretta Display';
	font-weight: normal;
	margin-bottom: 10px;
}

ul {
	list-style:disc;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol li,ul li {
	margin:0;
	padding:0;
}

p {
	padding-bottom: 20px;
    margin: 0;
    line-height: 28px;
}

img {
	transition:all .5s;
	max-width: 100%;
	height: auto;
}

/* content */

.containerWrap ol li, 
.containerWrap ul li {
    list-style-position: outside;
    line-height: 28px;
    margin-bottom: 12px;
}

.containerWrap ol, 
.containerWrap ul {
	margin: 0px 0 20px 40px;
}

/* pointer css start */

.cursor {
  top: 0px;
  left: 0px;
  position: fixed;
}

.dot {
  top: -20px;
  left: -20px;
  position: fixed;
  border-radius: 50%;
  z-index: 9999;
  mix-blend-mode: multiply;
  pointer-events: none;
  will-change: transform;
  transform: scale(.3);
  transition: 0.2s all;
  width: 40px;
  height: 40px;
}

.drag,
.scroll,
.play {
  box-sizing: border-box;
  overflow: hidden;
  cursor: none;
}

.drag-pointer {
  opacity: 1;
  transform: scale(1);
}

.scroll-pointer {
  opacity: 1;
  transform: scale(1);
}

.play-pointer { 
  opacity: 1;
  transform: scale(1);
}

.dot.play-pointer:before {
	content: 'Play'; 
}

.dot.scroll-pointer:before {
	content: 'scroll'; 
}
.dot.drag-pointer:before {
	content: 'drag'; 
}

.dot:before { 
	display: inline-block;
	border: 2px solid #061424;
	width: 50px;
	height: 50px;
	line-height: 51px;
	border-radius: 50%;
	text-align: center;
	color: #061424;
	text-transform: uppercase;
	font-size: 11px;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}

.dot.play-pointer:before,
.dot.scroll-pointer:before,
.dot.drag-pointer:before {
	opacity: 1;
	visibility: visible;
}


/* pointer css end */

.archivesWrap .elementor-post__read-more,    
.dbtn {
    padding: 21px 30px 24px !important;
    font-size: 24px !important;
    line-height: 32px !important;
    font-family: 'Montserrat';                                        
    font-weight: bold; 
    color: #fff !important;
    border: none;
    -webkit-transition: all .8s !important;
    -moz-transition: all .8s !important;
    -o-transition: all .8s !important;
    transition: all .8s !important;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background-color: #070404 !important;
    min-width: 360px;
    cursor: pointer;
    border-radius: 0 !important;
}

.archivesWrap .elementor-post__read-more:hover,    
.dbtn:hover {
	transform: scale(1.03);
	background-color: #4b5035 !important;
}

.button2 .dbtn {     
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #222115 !important;
}

.button2 .dbtn:hover {
    background: #4b5035 !important;
    color: #fff !important;
}
  
/*.archivesWrap .elementor-post__read-more:before,    
.dbtn:before {
	content: '';
	display: inline-block;
	background-color: #070404;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 1s;  
	opacity: 1;
}

.archivesWrap .elementor-post__read-more:hover:before,    
.dbtn:hover:before {
	opacity: 0;
}

.archivesWrap .elementor-post__read-more:after,
.dbtn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;   
    background: linear-gradient(45deg, #070404, #858663 ,#4a5134);
    background-size: 300%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 1s;
}

@keyframes glowEffect {

  0% {
    background-position: 0 0;  
  } 

  100% {
    background-position: 100% 0;
  }

}*/
 
/*.archivesWrap .elementor-post__read-more:hover:after,
.dbtn:hover:after {
	animation: glowEffect 2s linear;
	opacity: 1;
	background-size: 100%;
	transition: opacity .5s, background-size 1s;
	transition-delay: 0s, 1s;   
}
*/
          
/*.footer .formBox .dbtn:before, 
.button2 .dbtn:before {
	background-color: #fff;
}*/



.dbtn .mText:last-child {
	display: none;
}
  


/* Post Image Start*/

.wp-block-image figure {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

img.alignright,
.wp-block-image .alignright {
	margin-left: 20px !important;
	float: right;
    margin-bottom: 20px;
    max-width: 50% !important;
}

img.alignleft,
.wp-block-image .alignleft {
	margin-right: 20px !important;
	float: left;
	margin-bottom: 20px;
	max-width: 50% !important;
}

img.aligncenter,
.wp-block-image .aligncenter {
	margin: 20px auto !important;
    display: block;
}

img.alignnone {
	display: block;
    margin-bottom: 20px;
}
 

@media (max-width: 767px) {

	img.alignright,
	img.alignleft,
	img.aligncenter,
	.wp-block-image .alignright,
	.wp-block-image .alignleft,
	.wp-block-image .aligncenter {
		float: none !important;
		margin: 15px auto !important;
		max-width: 100% !important;
	}

}

/* Post Image End */


/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                       HEADER STYLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/ 

.containerWrap {
	margin-top: 140px;
} 

.header .callBox .elementor-icon-list-item .elementor-icon-list-text {
    font-family: 'Montserrat';
    padding-bottom: 0;
    font-weight: bold;
    font-size: 22px;        
    letter-spacing: 1px;
    padding-left: 0;
}         

.header .callBox .elementor-icon-list-item .elementor-icon-list-text strong {
	font-weight: normal;
	color: #222115;
}


.header .callBox .elementor-icon-list-item:first-child .elementor-icon-list-text {
	letter-spacing: 2px;
}

.header .menuBox .elementor-menu-toggle {
	padding: 0;
    width: 50px;
    height: 45px;
    margin: auto !important;
    position: relative;
    left: -45px;
    display: block;
    background: transparent;
    top: 1px;
    z-index: 100;
}

.header .menuBox:before {
    width: 140px;
    left: auto;
    right: 10px;
    top: -20px;
    height: 140px;
    z-index: 100;
    transition: all 1s !important;
}

.menu-active .header .menuBox:before {
	background-color: #d2c9c0 !important;
}
 
.header .menuBox .elementor-menu-toggle span {
    display: block;
    height: 8px;
    width: 100%;
    background: #d2c9c0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}
 
 
.header .menuBox .elementor-menu-toggle span:nth-child(4) {
    top: 18px;
}

.header .menuBox .elementor-menu-toggle span:nth-child(5) {
    top: 36px;
}

.menu-active .header .menuBox .elementor-menu-toggle span:last-child {
	background: #222115;
    transform: rotate(45deg);
    top: 18px;
}

.menu-active .header .menuBox .elementor-menu-toggle span:nth-child(4) {
    display: none;
}
.menu-active .header .menuBox .elementor-menu-toggle span:nth-child(5) {
    transform: rotate(-45deg);
    top: 18px;
    background: #222115;
}
 
.header .menuBox .elementor-menu-toggle .elementor-screen-only,
.header .menuBox .elementor-menu-toggle i {
	display: none;
}

.header .menuBox nav.elementor-nav-menu--dropdown {
    position: fixed !important;
    margin-top: 0;
    width: 100%;
    max-height: 100vh !important;
    height: calc(100vh - 140px) !important;
    left: 0;
    top: 140px;
    transform: inherit !important;
    animation: inherit !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    padding: 50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    transition-delay: .7s;
}

.menu-active .header .menuBox nav.elementor-nav-menu--dropdown {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.header .menuBox nav.elementor-nav-menu--dropdown:after {
	content: '';
	display: inline-block;
    background-color: #222115;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .7s;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition-delay: .3s;
}

.menu-active .header .menuBox nav.elementor-nav-menu--dropdown:after { 
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition-delay: 0s;
 
}

.header .menuBox nav.elementor-nav-menu--dropdown>.row { 
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu {
    position: relative;
    text-align: center;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.header .logoBox .activeLogo {
    z-index: 100;
	opacity: 0;
	transition: all .5s !important;
} 

.menu-active .header .logoBox .activeLogo {
	opacity: 1;
	
} 

.menu-active .header .logoBox .unactiveLogo {
	opacity: 0;
	transition: all .5s !important;
} 

.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu .elementor-nav-menu {
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden;
}

.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li {
    display: block;
    text-align: center;
   	border-bottom: 1px solid #858663;
    padding-bottom: 25px;
    margin-bottom: 25px;
    transform: translate3d(0px, 10px, 0px);
    opacity: 0;
    transition: all .5s;
    transition-delay: 0s;
} 

.menu-active .header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
}

.menu-active .header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li:nth-child(1) {
	transition-delay: .5s;
}

.menu-active .header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li:nth-child(2) {
	transition-delay: .7s;
}

.menu-active .header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li:nth-child(3) {
	transition-delay: .9s;
}

.menu-active .header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li:nth-child(4) {
	transition-delay: 1.1s;
}

.menu-active .header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li:nth-child(5) {
	transition-delay: 1.3s;
}

.menu-active .header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li:nth-child(6) {
	transition-delay: 1.5s;
}

.menu-active .header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li:nth-child(7) {
	transition-delay: 1.7s;
}

.menu-active .header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li:nth-child(8) {
	transition-delay: 1.9s;
}
  
.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li a {
    display: inline-flex;
    background: transparent !important;
    font-family: 'Loretta Display';
    font-weight: normal;
    font-size: 56px;   
    line-height: normal;  
}

.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li.current-menu-parent>a {
    color: #858663 !important;
}

.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li ul {
	margin-top: 20px;
}

.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li ul li a {
	border-left: none !important;
    font-size: 30px;
}                 











/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                       STYLE CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/



/* errorWrap */

.errorWrap .title .elementor-heading-title {
    font-family: 'Montserrat';
    font-weight: bold;
}

.errorWrap .elementor-search-form .elementor-search-form__input {
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 30px;
    padding: 13px 24px !important;
    height: 60px;
}

.errorWrap .elementor-search-form button {
	cursor: pointer;
}

/*archivesWrap*/

.archivesWrap .elementor-grid-item .elementor-post__thumbnail__link {
	margin-top: -30px;
}

.elementor-pagination span,
.elementor-pagination a {
	font-family: 'Montserrat';
	font-weight: 600;
} 

.archivesWrap .elementor-post__read-more {
	text-transform: initial !important;
	width: 100%;
	text-align: center;
}

.archivesWrap .elementor-grid-item .elementor-post__excerpt {
	font-weight: 500;
	padding-bottom: 76px !important;
}

.archivesWrap .elementor-posts .elementor-post__text {
	margin-top: 0 !important;
}

.singlePostwrap .elementor-post-navigation .elementor-post-navigation__link a {
	display: inline-flex !important;
}

.archivesWrap .elementor-post__text .elementor-post__title a:hover {
	color: #4B5136 !important;
}

.archivesWrap .elementor-post__read-more {
    position: absolute;
    bottom: 35px;
    left: 35px;
    width: calc(100% - 70px) !important;
}

/*planningWrap*/ 

.planningWrap:before {
	top: 200px !important;
    height: calc(100% - 200px) !important;
}

.planningWrap .elementor-button-wrapper .dbtn {
	background: #858561 !important;
	width: 100%;
}

.planningWrap .elementor-button-wrapper .dbtn:hover {
    background-color: #070404 !important;
}      

.planningWrap .color-box p {
	font-size: 23px;
	line-height: 30px;
}

.planningWrap .color-box .scnTitle .elementor-heading-title {
    font-size: 40px;
    line-height: 48px;  
}      

.elementor-popup-modal .dialog-lightbox-message *,    
.elementor-popup-modal .dialog-lightbox-message .elementor-widget-html,   
.elementor-popup-modal .dialog-lightbox-message .elementor-location-popup>.elementor-element,
.elementor-popup-modal .dialog-lightbox-message,    
.elementor-popup-modal .dialog-lightbox-message .elementor-location-popup {
	/*overflow: hidden !important;*/
}

             
       


/* 
============================================================================================================
============================================================================================================

                                    THEME STYLE RESPONSIVE CSS START

============================================================================================================
============================================================================================================
*/

.e-parent.e-con-boxed > .e-con-inner > .inner-sec {
    --flex-direction: initial !important;
}    

/* Portrait tablet to landscape and desktop */
@media (min-width: 1200px) and (max-width: 1440px) {

	.containerWrap {
	    margin-top: 120px;
	}

	.header .callBox .elementor-icon-list-item .elementor-icon-list-text {
		font-size: 20px;
	}

	.header .menuBox:before {
		width: 120px;
		height: 120px;
	}

	.header .menuBox .elementor-menu-toggle span {
		height: 6px;
	}

	.header .menuBox .elementor-menu-toggle {
	    height: 43px;
        left: -35px; 
    	top: 1px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li a {
		font-size: 50px;
	}

	.archivesWrap .elementor-post__read-more, .dbtn {
	    padding: 22px 30px 20px !important;
	    font-size: 22px !important;       
	    line-height: 28px !important;         
	}   

	.archivesWrap .elementor-grid-item .elementor-post__card {
	    padding: 26px 0 35px !important;
	}  

	.planningWrap .color-box p {
	    font-size: 21px;
	    line-height: 28px;
	}
	
	.planningWrap .color-box .scnTitle .elementor-heading-title {
	    font-size: 36px;
	    line-height: 44px;
	}    




}


/* Large desktop */
@media (min-width: 768px) {
	
	.header .callBox .elementor-icon-list-item .elementor-icon-list-icon {
		display: none;
	}



}


/* Large desktop */
@media (min-width: 1025px) {
	
	 .e-parent.e-con-boxed > .e-con-inner {
		padding-left: 80px;
		padding-right: 80px;
	}	 
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 1025px) and (max-width: 1199px) {
	.containerWrap ol li, .containerWrap ul li, 
	p {
		line-height: 26px;
	}

	.containerWrap {
	    margin-top: 106px;
	}

	.header .callBox .elementor-icon-list-item .elementor-icon-list-text {
        font-size: 18px;
        letter-spacing: 0;
	}

	.header .menuBox:before {
		width: 107px;
		height: 107px;
	}

	.header .menuBox .elementor-menu-toggle span {
		height: 5px;
	}

	.header .menuBox .elementor-menu-toggle {
        height: 34px;
        left: -29px;
        top: 1px;
        width: 40px;
	}

	.header .menuBox .elementor-menu-toggle span:nth-child(5) {
	    top: 28px;
	}

	.header .menuBox .elementor-menu-toggle span:nth-child(4) {
	    top: 14px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li a {
		font-size: 40px;
	}

	.menu-active .header .menuBox .elementor-menu-toggle span:nth-child(5),
	.menu-active .header .menuBox .elementor-menu-toggle span:last-child {
		top: 14px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li {
	    padding-bottom: 20px;
    	margin-bottom: 20px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu .elementor-nav-menu {
	    max-width: 540px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li ul li a {
		font-size: 28px;
	}

	.archivesWrap .elementor-post__read-more, .dbtn {
        font-size: 20px !important;
        padding: 17px 30px 19px !important;
        line-height: 26px !important;
        min-width: 320px;
	}

	.archivesWrap .elementor-grid-item .elementor-post__card {
	    padding: 26px 0 35px !important;
	}

	.archivesWrap .elementor-grid-item .elementor-post__card .elementor-post__text {
	    padding: 0 30px !important;
	}

	.archivesWrap .elementor-post__read-more {
	    bottom: 30px;
	    left: 30px;
	    width: calc(100% - 60px) !important;
	}  

	.archivesWrap .elementor-grid-item .elementor-post__excerpt {
		padding-bottom: 55px !important;
	}

	.planningWrap .color-box p {
        font-size: 18px;
        line-height: 26px;  
	}
	
	.planningWrap .color-box .scnTitle .elementor-heading-title {
	    font-size: 28px;
	    line-height: 34px;
	}           
  	
  	.planningWrap .elementor-button-wrapper .dbtn {
        font-size: 18px !important;
        padding: 17px 20px 19px !important;	
  	}

  	.planningWrap:before {
	    top: 90px !important;
	    height: calc(100% - 90px) !important;
	}

}      

   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 
	
	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 10px;
		padding-right: 10px;
	} 

	.containerWrap ol li, .containerWrap ul li, 
	p {
		line-height: 26px;
	}

	.containerWrap {
	    margin-top: 106px;
	}

	.header .callBox .elementor-icon-list-item .elementor-icon-list-text {
        font-size: 16px;
        letter-spacing: 0;
	}

	.header .menuBox:before {
		width: 107px;
		height: 107px;
	}

	.header .menuBox .elementor-menu-toggle span {
		height: 5px;
	}

	.header .menuBox .elementor-menu-toggle {
        height: 34px;
        left: -29px;
        top: 1px;
        width: 40px;
	}

	.header .menuBox .elementor-menu-toggle span:nth-child(5) {
	    top: 28px;
	}

	.header .menuBox .elementor-menu-toggle span:nth-child(4) {
	    top: 14px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li a {
		font-size: 36px;
	}

	.menu-active .header .menuBox .elementor-menu-toggle span:nth-child(5),
	.menu-active .header .menuBox .elementor-menu-toggle span:last-child {
		top: 14px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li {
	    padding-bottom: 20px;
    	margin-bottom: 20px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu .elementor-nav-menu {
	    max-width: 450px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li ul li a {
		font-size: 24px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown {
		padding: 50px 20px;
	}

	.errorWrap .elementor-search-form .elementor-search-form__input { 
	    font-size: 18px; 
	    padding: 10px 18px !important;
	    height: 52px;
	}

	.archivesWrap .elementor-post__read-more, .dbtn {
        font-size: 18px !important;
        min-width: 240px;
        padding: 15px 30px 14px !important;
        line-height: 25px !important;            
	}

	.archivesWrap .elementor-grid-item .elementor-post__card {
	    padding: 20px 0 25px !important;
	}

	.archivesWrap .elementor-grid-item .elementor-post__card .elementor-post__text {
	    padding: 0 20px !important;
	}

	.archivesWrap .elementor-post__read-more {
	    bottom: 20px;    
	    left: 20px;
	    width: calc(100% - 40px) !important;
	}  

	.archivesWrap .elementor-grid-item .elementor-post__excerpt {
		padding-bottom: 45px !important;
	}   

	.planningWrap .color-box p {
        font-size: 18px;
        line-height: 26px;  
	}
	
	.planningWrap .color-box .scnTitle .elementor-heading-title {
	    font-size: 28px;
	    line-height: 34px;
	}           
  	
  	.planningWrap .elementor-button-wrapper .dbtn {
        font-size: 18px !important;
        padding: 17px 20px 19px !important;	
  	}

  	.planningWrap:before {
	    top: 90px !important;
	    height: calc(100% - 90px) !important;
	}   

	.elementor-popup-modal .dialog-lightbox-message .elementor-widget-html iframe {
        min-height: 710px !important;
	}  

	#elementor-popup-modal-3919 .dialog-lightbox-message .elementor-widget-html iframe, 	
	#elementor-popup-modal-3910 .dialog-lightbox-message .elementor-widget-html iframe {
        min-height: 500px !important;
	}  

	
}

     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	
	@media screen and (orientation: landscape) {

	}
	 
	.archivesWrap .elementor-post__read-more:hover,
	.dbtn:hover {
    	transform: scale(1.022);
    }


	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.containerWrap ol li, .containerWrap ul li, 
	p {
		line-height: 24px;
	}

	.containerWrap ol, .containerWrap ul {
	    margin: 0px 0 20px 20px;
	}

	.containerWrap {
	    margin-top: 106px;
	}

	.header .callBox .elementor-icon-list-item .elementor-icon-list-text {
        display: none;
	}

	.header .menuBox:before {
		width: 60px;
		height: 80px;
	}

	.header .menuBox .elementor-menu-toggle span {
		height: 4px;
	}

	.header .menuBox .elementor-menu-toggle {
        height: 27px;
        left: -5px;
        top: 0px;
        width: 32px;
	}

	.header .menuBox .elementor-menu-toggle span:nth-child(5) {
	    top: 22px;
	}

	.header .menuBox .elementor-menu-toggle span:nth-child(4) {
	    top: 11px;
	}

	.header .callBox ul {
		display: flex;
	}

	.header .callBox ul li {
		margin-right: 10px;
	}

	.header .callBox ul li:last-child {
		margin-right: 0px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li a {
		font-size: 26px;
	}

	.menu-active .header .menuBox .elementor-menu-toggle span:nth-child(5),
	.menu-active .header .menuBox .elementor-menu-toggle span:last-child {
		top: 11px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li {
	    padding-bottom: 15px;
    	margin-bottom: 15px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu .elementor-nav-menu {
	    max-width: 400px;
	}   

	.header .menuBox nav.elementor-nav-menu--dropdown .mobmenu ul li ul li a {
		font-size: 20px;
	}

	.header .menuBox nav.elementor-nav-menu--dropdown {
		padding: 50px 20px;
	}

	.errorWrap .elementor-search-form .elementor-search-form__input { 
	    font-size: 18px; 
	    padding: 10px 18px !important;
	    height: 52px;
	}

	.archivesWrap .elementor-posts {
	    max-width: 450px;
    	margin: auto;
	}

	/*.archivesWrap .elementor-posts .elementor-post__text {
		text-align: center;
	}*/          

	.planningWrap .elementor-button-wrapper .dbtn,      
	.archivesWrap .elementor-post__read-more, .dbtn {
        font-size: 18px !important;       
        min-width: 230px;
        padding: 13px 14px 12px !important;
        line-height: 25px !important;
	}

	.archivesWrap .elementor-grid-item .elementor-post__card {
	    padding: 20px 0 15px !important;
	}

	.archivesWrap .elementor-grid-item .elementor-post__card .elementor-post__text {
	    padding: 0 15px !important;
	}

	.archivesWrap .elementor-post__read-more {
	    bottom: 15px;    
	    left: 15px;
	    width: calc(100% - 30px) !important;
	}  

	.archivesWrap .elementor-grid-item .elementor-post__excerpt {
		padding-bottom: 40px !important;
	}  

	.planningWrap .color-box p {
        font-size: 16px;
        line-height: 24px;  
	}
	
	.planningWrap .color-box .scnTitle .elementor-heading-title {
	    font-size: 26px;
	    line-height: 30px;      
	}           
   
  	.planningWrap:before {
	    top: 90px !important;
	    height: calc(100% - 90px) !important;
	}   

    .planningWrap .color-box .scnTitle .elementor-heading-title br {
    	display: none;
    }  

    .planningWrap .proBox {
    	max-width: 450px ;
    	margin: 0 auto;
    } 

    .elementor-popup-modal .dialog-lightbox-message .elementor-widget-html iframe {
        min-height: 600px !important;
	}  

	#elementor-popup-modal-3919 .dialog-lightbox-message .elementor-widget-html iframe,        
	#elementor-popup-modal-3910 .dialog-lightbox-message .elementor-widget-html iframe {
        min-height: 550px !important;
	}        
     


 

}

@media (min-width: 481px) and (max-width: 767px) {

	.header .logoBox img {
		width: 180px !important;
	}

	.containerWrap {
        margin-top: 80px;
    }

    .header .menuBox:before {
        width: 75px;
        height: 80px;
        top: -10px;
    }

    .header .menuBox .elementor-menu-toggle { 
        left: -12px;
        top: 1px; 
    }


}

     
/* Landscape phones and down */
@media (max-width: 480px) { 

	.header .menuBox:before {
        width: 60px;
        height: 87px;
    }       

    .header .menuBox .callBox>.elementor-widget-container {
    	margin-right: 20px !important;
    }

    .containerWrap {
        margin-top: 76px;
    }
          
    .menu-active .header .menuBox .elementor-menu-toggle span:nth-child(5), .menu-active .header .menuBox .elementor-menu-toggle span:last-child {
        top: 12px;     
    }


}

