<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('shortcodes-portfolio.css');
@import url('shortcodes-gallery.css');
@import url('fonts.css');
@import url('responsive.css');
.adonepage-typography {
	width:100%;
	line-height:1;
}
.adonepage-typography h1 {
	font-size: 100px;
    font-weight: 300;
    line-height: 100px;
    margin-top: 50px;
    text-align: center;
}
.adonepage-typography h2 {
	font-size: 70px;
    font-weight: 300;
    line-height: 70px;
    margin-top: 50px;
    text-align: center;
}
.adonepage-typography h3 {
	font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    margin-top: 50px;
    text-align: center;
}
.adonepage-typography h4 {
	font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-top: 50px;
    text-align: center;
}
.adonepage-typography h5 {
	font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 50px;
    text-align: center;
}
.adonepage-typography h6 {
	font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 50px;
    text-align: center;
	font-style:
}
.adonepage-button a.circle {
	background-color:rgba(193,39,45,0.9);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 120px;
/*  margin-left: auto;
    margin-right: auto;
    margin-top: 50px; */
    width: 120px;
	display:block;
	position:relative;
}
.adonepage-button a.rectangle {
	background-color: rgba(193, 39, 45, 0.9);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    height: 80px;
/*  margin-left: auto;
    margin-right: auto;
    margin-top: 50px; */
    width: 150px;
	display:block;
	position:relative;
}
.adonepage-button a {
	display:block;
	position:relative;
}
.adonepage-button a i {
	position:absolute;
	top:50%;
	margin-top:-10px;
	margin-left:-10px;
	left:50%;
}
.ad_one_half{ width:48%; }
.ad_one_third{ width:30.66%; }
.ad_two_third{ width:65.33%; }
.ad_one_fourth{ width:22%; }
.ad_three_fourth{ width:74%; }
.ad_one_fifth{ width:16.8%; }
.ad_two_fifth{ width:37.6%; }
.ad_three_fifth{ width:58.4%; }
.ad_four_fifth{ width:67.2%; }
.ad_one_sixth{ width:13.33%; }
.ad_five_sixth{ width:82.67%; }
.ad_one_half, 
.ad_one_third,
.ad_two_third,
.ad_three_fourth,
.ad_one_fourth,
.ad_one_fifth,
.ad_two_fifth,
.ad_three_fifth,
.ad_four_fifth,
.ad_one_sixth,
.ad_five_sixth{ 
	position:relative; 
	margin-right:3.7%; 
	float:left; 
}
.last{ 
	margin-right:0 !important; 
	clear:right; 
}
.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}
.ad-social-link {
	text-align:center;
}
.ad-social-link a, .ad-social-share a {
	text-align:center;
}
.googleMap {
	position:relative;
}
ul.adtheme_list {
	margin:0;
	padding:0;
}
.adtheme_list li {
	list-style:none;
}
.adtheme_list li i {
	margin-right:10px;
}
.effects-align-left {
	text-align:left;
}
.effects-align-right {
	text-align:right;
}
.effects-align-center {
	text-align:center;
}
	/** animated boxes **/
	.animBlock {
	  opacity: 0;
	  filter: alpha(opacity=0);
	  position: relative;
	  -webkit-transition: all .55s ease-in;
	  -moz-transition: all .55s ease-in;
	  -ms-transition: all .55s ease-in;
	  -o-transition: all .55s ease-in;
	  transition: all .55s ease-in;
	}
	.animBlock[data-position="left"] { left: -20%; }
	.animBlock[data-position="right"] { right: -20%; }
	
	.animBlock[data-position="left"].viewed {
	  left: 0%;
	  opacity: 1;
	  filter: alpha(opacity=100);
	}
	.animBlock[data-position="right"].viewed {
	  right: 0%;
	  opacity: 1;
	  filter: alpha(opacity=100);
	}
	.animBlock[data-position="none"].viewed {
	  left: 0%;
	  opacity: 1;
	  filter: alpha(opacity=100);
	}
	
/* CAROUSEL */
/*
.owl-item .item .label {
    position: absolute;
	top:0;
    width: 100%;
    height: 100%;
	opacity:0;
}
.owl-item .item .label:hover {
	opacity:1;
}*/
.owl-item .item .label h1 {
	line-height:1;
	margin-top:20px;
}
.owl-item .item .label .text {
	display: block;
    font-size: 14px;
    line-height: 1.3;
	margin-bottom:20px;
}
.owl-item .zoom, .owl-item .read-more {
	display:inline-block;
}
.item.style-team-1 {
	padding:20px;
}
#adonepage-carousel .team.style-team-1 .label {
	text-align:center;
	display: block!important;
	
    white-space: normal!important;
	background:transparent!important;
	border-radius:0!important;
}
#adonepage-carousel .team.style-team-1 .label a {
	font-size:26px;
	margin-right:10px;
}
/* STYLE TEAM 2 */
.item.team.style-team-2 {
	margin:0px 25px;
	position:relative;
}
.team.style-team-2 .label {
	padding: 0 30px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	position:absolute;
	height:100%;
	width:100%;
	bottom:-100%;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;		
	display: block!important;
	
    white-space: normal!important;
	border-radius:0!important;
}
.team.style-team-2:hover .label {
	background:#fff;
	bottom:0;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;	
}
.team.style-team-2 .label h1 {
	margin-top:45px;
	margin-bottom:20px;
}
.team.style-team-2 .label h1 a {
	font-size:18px !important;
}
.team.style-team-2 .label .text {
	margin-bottom:30px;
	color:#999;
	line-height:20px;
}
#adonepage-carousel .team.style-team-2 .label a {
	font-size:28px;
	margin-right:10px;
}
.style-partners img.lazyOwl, .style-partners img.no-lazyOwl {
	width:auto;
}
.item.partners.style-partners {
    text-align: center;
}
/*countdown css*/
.adop_clock .countdown-number {
	background:rgba(255,255,255,0.5);
	padding:15px;
	font-size:60px;
	color:#000;
	display:inline-block;
	text-align:center;
	display:block;
	height:1.6em;
	line-height:1.6em;
	font-weight:600;
}
.adop_clock .countdown-text {
	display:block;
	margin-top:10px;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}
#clock {
	display:block;
}
.adclear {
	clear:both;
}
.wpcf7-form input {
	width: 100%;
}
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}
/* DEMO 1 */
.page-id-26 .wpcf7-form input {
	background: rgba(255,255,255,0.4);
    border-radius: 0px;
    border: none;
	margin-top:5px;
	margin-bottom:15px;
	color:#000;
}
.page-id-26 .wpcf7-textarea {
    background: rgba(255,255,255,0.4);
    border-radius: 0px;
    border: none;
	margin-top:5px;
	color:#000;
	height:200px;
}
.page-id-26 .wpcf7-form-control.wpcf7-submit {
	margin-top:20px;
	width:20%;
	border-radius:0px;
	margin-bottom:0px;
}
.page-id-26 .wpcf7-form p {
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
}
.page-id-26 span.wpcf7-not-valid-tip {
	color:#FC615D !important;
}
.page-id-26 .wpcf7 input, textarea {
	border:none !important;
}
/* DEMO 2 */
.page-id-121 .wpcf7-form input {
	background: rgba(255,255,255,0.4);
    border-radius: 0px;
    border: none;
	margin-top:5px;
	margin-bottom:15px;
	color:#000;
}
.page-id-121 .wpcf7-textarea {
    background: rgba(255,255,255,0.4);
    border-radius: 0px;
    border: none;
	margin-top:5px;
	color:#000;
	height:200px;
}
.page-id-121 .wpcf7-form-control.wpcf7-submit {
	margin-top:20px;
	width:20% !important;
	border-radius:0px;
	margin-bottom:0px;
}
.page-id-121 .wpcf7-form p {
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
}
.page-id-121 span.wpcf7-not-valid-tip {
	color:#FC615D !important;
}
.page-id-121 .wpcf7 input, textarea {
	border:none !important;
}
/* DEMO 2 */
.wpcf7-form input {
	background: rgba(255,255,255,0.4);
    border-radius: 0px!important;
    border: none!important;
	margin-top:5px!important;
	margin-bottom:15px!important;
	color:#FFF;
}
.wpcf7-textarea {
    background: rgba(255,255,255,0.4);
    border-radius: 0px!important;
    border: none!important;
	margin-top:5px!important;
	color:#FFF;
	height:200px!important;
}
.wpcf7-form-control.wpcf7-submit {
	margin-top:20px!important;
	width:20%;
	border-radius:0px!important;
	margin-bottom:0px!important;
}
.wpcf7-form-control.wpcf7-submit:hover {
}
.wpcf7-form p {
	color:#fff;
	text-transform:uppercase!important;
	font-size:12px!important;
}
span.wpcf7-not-valid-tip {
	color:#FC615D;
}
.wpcf7 input, textarea {
	border:none !important;
}
/*
::-moz-selection {
    background: none repeat scroll 0 0 #FC615D !important;
}
::selection {
	color:#fff;
	background:#FC615D !important;
}
*/

.alignnone, .alignleft, .alignright, .aligncenter {
	margin-bottom:none!important;
	width:auto!important;
	display:inline!important;
}
/* BBPRESS STYLE */
#adonepage #bbpress-forums div.bbp-search-form {
	display:none;
}
#adonepage dl[role="main"] {
	margin:0;
	padding:0;
}
#adonepage dl[role="main"] dt, #adonepage dl[role="main"] dd {
	float:left;
	width:auto;
	font-weight:normal;
}
#adonepage dl[role="main"] dd:after {
	content:"-";
	margin:0 10px;
}
#adonepage dl[role="main"] dd:last-child:after {
	content:"";
}
.adtheme-icon .icon-stack {
	width:auto;
}</pre></body></html>