/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://graphicbob.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Robert Long
 Author URI:  https://graphicbob.com/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");


/*=============================FONTS===========================*/

/*font-family: 'Architects Daughter', cursive;*/
/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/

/*=============================FONTS===========================*/



/*=============================HEADER===========================*/

body {
    font-family: 'Architects Daughter', cursive !important;
    font-size: 14px;
    line-height: 1.8;
    background:#fff;
	scroll-behavior: smooth;
}


body h1, body h2, body h3, body h4, body h5, body h6{
	margin: 0 0 20px; font-family: 'Architects Daughter', cursive !important;
}

body h1{
	font-size:70px;
}

body h2{
	font-size:42px;
}

body h3{
	font-size:38px;
}

body h4{
	font-size:32px;
}

body h5{
	font-size:28px;
}


a, button, input{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


a:focus, a:hover, button:focus, input:focus{
	outline:none !important;
	text-decoration:none !important;
}


#site-header.f-header {
    margin-top: -72px; position: fixed;
	left: 0;
    right: 0;
}

#site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	z-index: 999;
}

.header-top-wrapper {
	background-color: #facc00;
	background-image: url("images/hibiscusX.png");
	background-position: center center;
	padding: 15px 20px;
	position: relative;
	overflow:hidden;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}

.header-top-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #facc00;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-top-wrapper div {
    position: relative;
    z-index: 1;
}

.header-top-wrapper .right-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.header-top-wrapper .right-info ul li {
    margin: 0 0 0 7px;
}

.header-top-wrapper .right-info ul li:first-child {
    margin-left: 0;
}

.header-top-wrapper .right-info ul li a {
    background: #f70202;
    color: #facc00;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
	font-size: 19px;
}

.header-top-wrapper .right-info ul li a:hover {
    background: #000;
}

.header-top-wrapper .left-info h2 {
    font-size: 22px;
    font-weight: 700;
}


#site-header .header-inner.section-inner {
    padding: 20px 20px;
    width: 100%;
	background-color: #000;
	background-image: url("images/hibiscusX.png");
	background-position: center center;
	background-size: cover;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	position: relative;
	box-shadow: 0px 0px 10px 0px #000000;
	max-width: 100%;
}


#site-header .header-inner.section-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#site-header .header-inner.section-inner div {
    position: relative;
    z-index: 1;
}


#site-header ul.primary-menu {
    margin: 0;
}

#site-header .header-inner.section-inner .header-toggles.hide-no-js {
    display: none;
}

#site-header .header-navigation-wrapper nav ul li a {
    color: #fff;
    padding: 13px 10px;
    font-size: 30px;
	font-family: 'Architects Daughter', cursive;
	text-decoration:none;
}


#site-header .header-navigation-wrapper nav ul li a:after{
	background:transparent;
	content:"";
	display:block;
	width:100%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	height:2px;
}

#site-header .header-navigation-wrapper nav ul li.current_page_item a:after, 
#site-header .header-navigation-wrapper nav ul li a:hover:after{
	background:#f70202;
}


#site-header .header-contact-info p {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-family: 'Architects Daughter', cursive;
    font-weight: 700;
	line-height: 1.2;
}


#site-header .header-contact-info strong a{
	color: #fff;
    font-size: 28px;
    font-family: 'Architects Daughter', cursive;
    font-weight: 700;
	line-height: 1.2;
	text-decoration:none;
}

#site-header .header-contact-info p br {
    display: none;
}

#site-header .header-contact-info span {
    display: block; line-height: 1;
}


#site-header .header-contact-info{
	position:relative;
}

#site-header .header-contact-info strong br {
    display: none;
}

#site-header .header-contact-info strong a {
    position: relative;
    z-index: 10;
}

#site-header .header-contact-info svg {
    position: absolute;
    top: 57%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: visible;
}

#site-header .header-contact-info svg path {
    stroke: #f70202;
	stroke-width: 9;
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: elementor-headline-dash 10s infinite;
    animation: elementor-headline-dash 10s infinite;
}

#site-header .header-contact-info svg path:nth-of-type(2) {
	-webkit-animation-delay:.6s;
	animation-delay:.6s
}

@keyframes elementor-headline-dash {
	 0% {
	  stroke-dasharray:0 1500
	 }
	 15% {
	  stroke-dasharray:1500 1500
	 }
	 85% {
	  opacity:1
	 }
	 90% {
	  stroke-dasharray:1500 1500;
	  opacity:0
	 }
	 to {
	  stroke-dasharray:0 1500;
	  opacity:0
	 }
}






.toggle.search-toggle.mobile-search-toggle, 
.toggle.nav-toggle.mobile-nav-toggle .toggle-text {
    display: none;
}


.toggle.nav-toggle.mobile-nav-toggle .toggle-icon {
    background: url("images/hamburger-n.png") no-repeat 0 0;
    width: 32px;
    height: 32px;
    background-size: 30px;
}

.toggle.nav-toggle.mobile-nav-toggle .toggle-icon svg, 
.toggle.search-toggle.mobile-search-toggle {
    display: none;
}

.toggle.search-toggle.mobile-search-toggle svg {
    color: #9d9d9d;
}


.toggle.nav-toggle.mobile-nav-toggle .toggle-inner {
    padding-top: 0;
}


.menu-modal .menu-modal-inner .menu-wrapper nav ul li {
    border-top: 1px solid #000;
    padding: 0;
    -webkit-transition: unset;
    transition: unset;
}

.menu-modal .menu-modal-inner .menu-wrapper nav ul li a {
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	font-size: 14px;
    text-decoration: none;
}

.menu-modal .menu-modal-inner .menu-wrapper nav ul li:first-child {
    border-top: none;
}

.menu-modal .menu-modal-inner .menu-wrapper nav ul li a:hover, 
.menu-modal .menu-modal-inner .menu-wrapper nav ul li a:focus {
    color: #fff;
    background-color: #facc00;
}

.menu-modal-inner {
    background: #252525;
}

.menu-modal .mobile-menu {
    margin-top: 85px;
}

.menu-modal .menu-modal-inner button.sub-menu-toggle {
    border-left: 0.1rem solid #000;
}

.toggle.sub-menu-toggle.fill-children-current-color {
    color: #fff;
}

.menu-modal .modal-menu li {
    border-color: #000;
}


.menu-wrapper.section-inner {
    width: 100%;
}

.menu-modal button.close-nav-toggle {
    padding: 3rem 0;
}



@media only screen and (max-width:1000px){

	#site-header .header-inner.section-inner .header-titles-wrapper {
		width: 100%;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		padding: 0;
	}

	#site-header .toggle.nav-toggle.mobile-nav-toggle {
		right: 0;
		padding-right: 0 ;
		width: 50px;
	}

	#site-header .site-logo img {
		max-height: 6rem;
	}

	.header-top-wrapper .right-info ul li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}

	.header-top-wrapper .left-info h2 {
		font-size: 14px;
	}
	
	#site-header .header-inner.section-inner .header-contact-info {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 160px;
		margin: 0 auto;
		transform: translateX(13%);
		-webkit-transform: translateX(13%);
		-moz-transform: translateX(13%);
		-ms-transform: translateX(13%);
	}
	
	#site-header .header-contact-info p, #site-header .header-contact-info p a {
		font-size: 19px;
	}

	
}/*=====media close=====*/



@media only screen and (min-width:1000px) and (max-width:1300px){
	
	
	#site-header .header-inner.section-inner .header-contact-info {
		position: relative;
		left: auto;
		right: auto;
		width: auto;
		max-width: unset;
		margin: unset;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		display: block;
	}

	#site-header .header-inner.section-inner .header-titles-wrapper {
		width: auto;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}
	
	#site-header .header-navigation-wrapper nav ul li a {
		font-size: 22px;
	}
	
	#site-header .header-contact-info strong a, #site-header .header-contact-info p {
		font-size: 20px;
	}
	
}/*=====media close=====*/





/*=============================HEADER===========================*/



/*=============================FOOTER===========================*/

.post-meta-wrapper.post-meta-edit-link-wrapper {
    display: none;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-signup-box {
    background-color: #facc00;
    background-image: url("images/hibiscusX.png");
    background-position: center center;
    box-shadow: 0px 0px 10px 0px #000;
    padding: 35px 0;
	position:relative;
}


.footer-signup-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #facc00;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.footer-signup-box div {
    position: relative;
    z-index: 1;
}

.footer-signup-box .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	max-width: 1440px;
}

.footer-signup-box .widget_media_image {
    width: 22%;
}

.footer-signup-box .widget_media_image img {
    width: 100%;
}

.footer-signup-box .widget_email-subscribers-form {
    width: 55%;
    text-align: center;
    margin: 0;
}

.footer-signup-box .widget_email-subscribers-form h2 {
    color: #ffffff;
    font-size: 38px;
    text-shadow: 0px 0px 5px #000000;
    margin-bottom: 10px;
}

.footer-signup-box .widget_email-subscribers-form .es_caption {
    display: none;
}

.footer-signup-box .widget_email-subscribers-form input {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    border-radius: 15px;
    text-align: center;
    border: none;
    width: 100%;
    height: 50px;
    line-height: normal;
    padding: 0 5px;
	font-size: 20px;
	font-family: 'Architects Daughter', cursive;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.footer-signup-box .widget_email-subscribers-form input[type="submit"] {
    background: #f70202;
    font-size: 24px;
    color: #fff;
    margin-top: 15px;
}

.footer-signup-box .widget_email-subscribers-form input[type="submit"]:hover {
    background: #000;
	text-decoration:none;
}


#site-footer {
    padding: 15px 20px !important;
    width: 100%;
    background-color: #000 !important;
    background-image: url("images/hibiscusX.png");
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    position: relative;
    box-shadow: 0px 0px 10px 0px #000000;
}


#site-footer::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#site-footer div {
    position: relative;
    z-index: 1;
}

#site-footer .section-inner {
    width: 100%;
    max-width: 100%;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


#site-footer .footer-copyright p {
    text-align: center;
    font-size: 21px;
    line-height: 1;
    font-family: 'Architects Daughter', cursive;
    font-weight: 300;
    color: #fff;
}


.footer-logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.footer-logo ul li:first-child {
    margin-left: 0;
}

.footer-logo ul li {
    margin: 0 0 0 7px;
}

.footer-logo ul li a {
    background: #facc00;
    color: #f70202;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
}

.footer-logo ul li a:hover {
    opacity: .9;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}



#testimonial-slider {
    background-attachment: fixed;
	 background-size: cover;
	 transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 85px 15px 85px 15px;
}

#testimonial-slider-inner {
    background: #fff;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 30px;
    width: 100%;
    max-width: 1100px;
}

#testimonial-slider-inner .swiper-button-next::after, 
#testimonial-slider-inner .swiper-button-prev::after {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}


#testimonial-slider-inner .swiper-button-next {
    right:0;
}

#testimonial-slider-inner .swiper-button-prev {
    left:0;
}





#testimonial-slider-inner .testimonial__text {
    font-size: 26px;
    line-height: 1.2em;
    color: #000;
	margin-bottom:30px;
}

#testimonial-slider-inner .author-info h3 {
    font-size: 20px;
    color: #ff1414;
	margin:0px;	
}

#testimonial-slider-inner .author-info strong {
    font-size: 16px;
    color: #000;
}

#testimonial-slider-inner .testimonial-footer {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}

#testimonial-slider-inner .testimonial-footer img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
}

#testimonial-slider-inner .swiper-pagination-bullet {
    background: #000;
    opacity: 1;
}

#testimonial-slider-inner .swiper-pagination-bullet-active {
    background: #ff1414;
}

#testimonial-slider-inner .swiper-pagination-bullets {
    display: none;
}


#site-footer {
    margin-top: 0 !important;
}


/*=============================FOOTER===========================*/




/*=============================HOME===========================*/

.main-banner-wrapper {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 55px 0px 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.banner-content {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 20px 20px;
	background: rgba(0,0,0,0.78);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border-radius: 15px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	color: #fff;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}



.banner-content .left-img {
    width: 26.4%;
    padding: 10px;
}

.banner-content .left-img img {
    width: 100%;
}

.banner-content .right-constant {
    width: 71%; padding-right:50px;
}

.banner-content .right-constant h1 {
    text-shadow: 0px 0px 10px #000;
    display: inline-block;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
}

.banner-content .right-constant p {
    font-size: 28px;
    text-shadow: 0px 0px 10px #000;
    line-height: 1;
}


.banner-button {
    text-align: center;
    margin: 40px 0 70px;
}

.banner-button a {
    font-family: 'Architects Daughter', cursive;
    font-size: 36px;
    background-color: #f70202;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 2px 2px 0px 2px #facc00;
    padding: 15px 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: normal;
	animation-name: bounceIn;
	-webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}


.banner-button a:hover {
    /*animation-name: updown;*/
	transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
}


@keyframes updown {	
	0% {
		transform: translateY(-8px);
	}
	50% {
		transform: translateY(-4px);
	}
	100% {
		transform: translateY(-8px);
	}
}



.colored-strip {
    padding: 30px 15px;
    width: 100%;
    background-color: #000;
    background-image: url("images/hibiscusX.png");
    background-position: center center;
    background-size: cover;
    position: relative;
    box-shadow: 0px 0px 10px 0px #000000;
}


.colored-strip::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.colored-strip h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    margin: 0;
}


.portfolio-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0;
    background-attachment: fixed;
}


.portfolio-wrapper .portfolio-inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.portfolio-wrapper .portfolio-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.portfolio-wrapper .portfolio-inner ul li {
    width: 31.2%;
    padding: 0;
    margin: 0 3% 3% 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

.portfolio-wrapper .portfolio-inner ul li img {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    width: 100%;
}

.portfolio-wrapper .portfolio-inner ul li:nth-child(3n) {
    margin-right: 0;
}

.portfolio-wrapper .portfolio-inner ul li:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


.yellow-strip {
    padding: 40px 15px;
    width: 100%;
    background-color: #facc00;
    background-image: url("images/hibiscusX.png");
    background-position: center center;
    background-size: cover;
    position: relative;
    box-shadow: 0px 0px 10px 0px #000000;
	margin-top: 25px
}


.yellow-strip::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #facc00;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.yellow-strip div {
    position: relative;
    z-index: 1;
}

.yellow-strip .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}

.yellow-strip h3 {
    text-shadow: 0px 0px 5px #000;
    color: #fff;
    margin: 0; max-width: 790px;
}

.yellow-strip a {
    font-size: 28px;
    font-weight: bold;
    background-color: #f70202;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 17px 80px;
    font-family: 'Architects Daughter', cursive;
    line-height: normal;
    color: #fff;
    text-decoration: none;
}

.yellow-strip a:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

.detailed-info-wrapper {
    padding: 70px 15px;
    width: 100%;
    background-color: #000;
    background-image: url("images/hibiscusX.png");
    background-size: cover;
    position: relative;
	box-shadow: 0px 0px 10px 0px #000000;
}

.detailed-info-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.detailed-info-wrapper div {
    position: relative;
    z-index: 1;
}

.detailed-info-wrapper {
    color: #fff;
}

.detailed-info-wrapper p{
    color: #fff; font-family: 'Roboto', sans-serif;
}


.detailed-info-wrapper p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}

.detailed-info-wrapper strong {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}


.pswp__bg {
    opacity: 0.9 !important;
}

.pswp--zoom-allowed .pswp__img {
    height: auto !important;
}


.pswp__img {
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
}




/*=============================HOME===========================*/




/*=============================ABOUT===========================*/

.about-container {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    background-attachment: fixed;
}

.container.middle-container {
    max-width: 1170px;
}

.about-container .about-inner {
	padding: 40px 15px 70px;
	width: 100%;
	background-color: #000;
	background-image: url("images/hibiscusX.png");
	background-size: cover;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border-radius:25px;
	overflow: hidden;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.about-container .about-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.about-inner div {
    position: relative;
    z-index: 1;
}

.about-left-content {
    color: #fff;
}


.about-left-image {
    width: 35%;
}

.about-left-image img {
    width: 100%;
}


.about-left-content {
    width: 62%;
    text-align: center;
    padding-right: 50px;
}

.about-block-section {
    border-top: 2px solid #fff;
    padding: 12px 50px;
}

.about-left-content h1 {
    margin-bottom: 10px;
}

.about-left-content h3 {
    font-size: 33px;
    line-height: 1;
    text-shadow: 0px 0px 10px #000;
}

.about-left-content p {
    font-size: 20px;
    text-shadow: 0px 0px 10px #000000;
    line-height: 1;
}

.about-left-content strong {
    font-size: 20px;
    text-align: left;
    line-height: 1.4;
    font-weight: 700;
    display: block;
	font-family: 'Roboto', sans-serif;
}

.social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}

.social-icon ul li:first-child {
    margin-left: 0;
}

.social-icon ul li {
    margin: 0 0 0 7px;
}

.social-icon ul li a {
    background: #facc00;
    color: #f70202;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
}

.social-icon ul li a:hover {
    opacity: .9;
}


div#html5lightbox-watermark {
   display: none !important;
}


/*=============================ABOUT===========================*/




/*=============================PORTFOLIO===========================*/

.portfolio-outer-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    background-attachment: fixed;
}

.portfolio-filter-wrapper {
    padding: 40px 15px 70px;
    width: 100%;
    background-color: #000;
    background-image: url("images/hibiscusX.png");
    background-size: cover;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius: 25px;
	overflow:hidden;
}

.portfolio-filter-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.portfolio-filter-wrapper div, 
.portfolio-filter-wrapper h3 {
    position: relative;
    z-index: 1; text-align:center;
}


.portfolio-filter-wrapper h3 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 22px;
}

.portfolio-filter-wrapper h3 a{
	font-family: 'Roboto', sans-serif;
	color:#facc00;
}


.portfolio-filter-wrapper .wonderplugin-gridgallery-tag {
    padding: 10px 5px !important;
    margin: 0 !important;
    border-right: 1px solid #fff !important;
    line-height: normal;
    width: 100%;
    font-size: 22px !important;
	
}

.portfolio-filter-wrapper .wonderplugin-gridgallery-tag:hover, 
.portfolio-filter-wrapper .wonderplugin-gridgallery-tag-selected {
    background:#facc00 !important;
	color:#fff !important;
}





.portfolio-filter-wrapper .wonderplugin-gridgallery-tags {
	border: 1px solid #fff !important;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-bottom: 30px;
}

.portfolio-filter-wrapper .wonderplugin-gridgallery-tag:last-child {
    border-right: 0 !important;
}

.portfolio-outer-wrapper .wonderplugin-gridgallery-loadmore button {
    background: #f70202 !important;
    font-size: 24px !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 15px 40px !important;
    border: none !important;
    font-weight: 700 !important;
    font-family: 'Architects Daughter', cursive !important;
    text-decoration: none !important;
    color: #fff !important;
}

.portfolio-outer-wrapper .wonderplugin-gridgallery-loadmore{
	margin-top:50px !important;
}


/*=============================PORTFOLIO===========================*/






/*=============================TESTIMONIALS===========================*/


#testimonial-slider-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    background-attachment: fixed;
}

#testimonial-slider-wrapper .testimonial-inner-wrapper {
    padding: 20px 20px 70px;
    width: 100%;
    background-color: #000;
    background-image: url("images/hibiscusX.png");
    background-size: cover;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius: 25px;
	overflow:hidden;
}

#testimonial-slider-wrapper .testimonial-inner-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.testimonial-inner-wrapper div, 
.testimonial-inner-wrapper h1 {
    position: relative;
    z-index: 1; text-align:center;
	color:#fff;
}


#testimonial-slider-wrapper .testimonial__text {
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}


#testimonial-slider-wrapper .testimonial__text::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    width: 30px;
    height: 30px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: 0 auto;
}


#testimonial-slider-wrapper .testimonial__text p {
    color: #000;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}

#testimonial-slider-wrapper .testimonial-footer {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}

#testimonial-slider-wrapper .testimonial-footer .author-image {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}


#testimonial-slider-wrapper .testimonial-footer .author-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
	display: inline;
}

#testimonial-slider-wrapper .testimonial-footer .author-info {
    width: 100%;
    text-align: center;
}


#testimonial-slider-wrapper .testimonial-footer .author-info h3 {
    color: #ff1414;
    font-size: 20px;
    margin: 0;
}

#testimonial-slider-wrapper .testimonial-footer .author-info strong {
    color: #ffffff;
    font-size: 16px;
}

#testimonial-slider-wrapper .testimonial-inner-wrapper .swiper-button-next, 
#testimonial-slider-wrapper .testimonial-inner-wrapper .swiper-button-prev {
    position: absolute;
    font-weight: 900;
}

#testimonial-slider-wrapper .testimonial-inner-wrapper .swiper-button-next::after {
    content: "";
    display: block;
    background: url("images/s-next-arrow.png") no-repeat 0 0;
    width: 24px;
    height: 48px;
    background-size: 100%; 
	font-size: 0;
}

#testimonial-slider-wrapper .testimonial-inner-wrapper .swiper-button-prev::after {
    content: "";
    display: block;
    background: url("images/s-prev-arrow.png") no-repeat 0 0;
    width: 24px;
    height: 48px;
    background-size: 100%;
	font-size: 0;
}


#testimonial-slider-wrapper .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

#testimonial-slider-wrapper .swiper-pagination-bullet-active {
    background: #facc00;
}


#testimonial-slider-wrapper #testimonials-slider-inner {
    padding: 15px 50px 0;
}



/*=============================TESTIMONIALS===========================*/






/*=============================CONTACT===========================*/



.contact-page {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    background-attachment: fixed;
}

.contact-page .contact-inner {
    padding: 50px 100px 70px;
    width: 100%;
    background-color: #000;
    background-image: url("images/hibiscusX.png");
    background-size: cover;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius: 25px;
	overflow:hidden;
}

.contact-page .contact-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.contact-page .wpcf7 {
    position: relative;
    z-index: 1;
	color:#fff;
}

.contact-page .form-wrapper h2 {
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}

.contact-page .form-wrapper p {
    font-size: 24px;
    text-align: center;
    line-height: 1;
    color: #fff;
}


.contact-page .two-columns-row {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.contact-page .two-columns-row .form-field {
    width: 49%; 
}

.contact-page .form-wrapper br {
    display: none;
}

.contact-page .form-field {
    font-size: 18px;
    color: #fff;
    font-weight: 700; margin-bottom: 25px;
}

.contact-page .form-field span {
    color: #790000;
    margin-left: 5px;
}

.contact-page .form-field small {
    font-size: 18px;
    letter-spacing: .5pt;
}

.contact-page .form-field .your-phone input {
    max-width: 400px;
}

.contact-page .form-field input {
    padding: 0 10px;
    height: 42px;
    border-radius: 3px;
    border: none;
    color: #333;
	width: 100%;
}

.contact-page .form-field textarea {
    border: none;
    border-radius: 3px;
    resize: none;
    height: 170px;
    padding: 10px;
	width: 100%;
}

.contact-page .form-contact {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
}

.contact-page .form-field .wpcf7-checkbox {
    margin: 0;
    display: inline-block;
    width: 100%;
}

.contact-page .form-field .wpcf7-checkbox span {
    width: 100%;
    margin: 7px 0 0;
}

.contact-page .form-field .wpcf7-checkbox span label, .contact-page .form-field .wpcf7-form-control-wrap.how-you-find {
    margin: 0;
}

.contact-page .form-field .wpcf7-checkbox span input {
    width: 16px;
    border-radius: 0;
    height: 16px;
    padding: 0;
    margin: 0;
}


.contact-page .form-field .wpcf7-checkbox span label span {
    color: #fff;
    font-size: 18px;
}

.contact-page .wpcf7-form-control.wpcf7-submit {
    background-color: #f70202;
    width: 100%;
    font-size: 24px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 15px;
    margin-top: 20px;
    border: none;
	font-weight:700;
	font-family: 'Architects Daughter', cursive;
	text-decoration:none !important;
}


.contact-page .bottom-info h3 {
    line-height: 1;
    font-size: 28px;
    text-align: center;
}

.contact-page .bottom-info p {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}


.contact-page .bottom-info img {
    display: inline;
}

.wpcf7-not-valid-tip {
    color: #f70202 !important;
}

.wpcf7-response-output {
    text-align: center;
    width: 100%;
    margin: 30px auto 0 !important;
    max-width: 455px;
}


/*=============================CONTACT===========================*/







/*=============================DEFAULT===========================*/




.page-template-default #site-content {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 60px 0;
    background-attachment: fixed !important;
    background: url("images/sand.jpg");
}

.page-template-default #site-content article {
    padding: 20px 20px 70px;
    width: 100%;
    background-color: #000;
    background-image: url("images/hibiscusX.png");
    background-size: cover;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius: 25px;
	overflow:hidden;
	max-width: 1170px;
	width:100%;
	margin:0 auto;
}

.page-template-default #site-content article::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.page-template-default #site-content article div, 
.testimonial-inner-wrapper header {
    position: relative;
    z-index: 1;
	color:#fff;
}

.page-template-default #site-content article header {
    padding: 0;
    background: transparent;
    margin: 0;
}


.page-template-default #site-content article .post-inner.thin {
    padding-top: 40px;
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100% !important;
    width: 100% !important;
}


.page-template-default #site-content article p, .page-template-default #site-content article div{
	font-family: 'Architects Daughter', cursive; font-size:17px;
}


.archive #site-content article, .single-post #site-content article {
    text-align: center;
}

.archive #site-content article .size-large img, .single-post #site-content article .size-large img {
    width: 100%;
}


.archive #site-content article .post-inner.thin, .single-post #site-content article .post-inner.thin {
    padding-top: 10px;
}

.archive #site-content article .post-meta a, 
.archive #site-content .post-inner p a, 
.single-post #site-content article .post-meta a, 
.single-post #site-content .post-inner p a {
    color: #000;
}

.archive #site-content .post-meta .meta-icon, 
.single-post #site-content .post-meta .meta-icon {
    color: #000;
}

.archive #site-content .entry-categories-inner a, 
.archive #site-content .archive-title span.color-accent, 
.single-post #site-content .entry-categories-inner a, 
.single-post #site-content .archive-title span.color-accent {
    color: #f70202;
}

.archive #site-content .post-meta-wrapper, 
.single-post #site-content .post-meta-wrapper {
    max-width: 100%;
}

.archive #site-content article .post-meta a, .single-post #site-content article .post-meta a {
    border: 1px solid #000;
    padding: 3px 9px;
    display: inline-block;
    margin: 0 5px 13px 0;
}

.archive #site-content article header.entry-header .post-meta li a, .single-post #site-content article header.entry-header .post-meta li a {
    border: none;
    margin: 0;
    padding: 0;
}

.archive #site-content {
    padding-bottom: 100px;
}

.pagination-wrapper.section-inner .nav-links {
    margin-bottom: 50px;
}

.pagination-wrapper.section-inner .nav-links a, .pagination-wrapper.section-inner .nav-links span {
    padding: 0 14px;
    background: #000;
    color: #fff;
    width: 40px;
    text-align: center;
}

.pagination-wrapper.section-inner .nav-links a.prev.page-numbers, 
.pagination-wrapper.section-inner .nav-links a.next.page-numbers, 
.pagination-wrapper.section-inner .nav-links span.prev, 
.pagination-wrapper.section-inner .nav-links span.next{
    width: auto;
}

.single-post .pagination-single-inner a {
    background: #000;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 6px 21px;
}

.comments-wrapper.section-inner input[type="submit"] {
    background: #f70202;
    margin-bottom: 20px;
}

.comments-wrapper.section-inner {
    margin-bottom: 100px;
}



.entry-content .wp-block-embed__wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}


@media only screen and (max-width:767px){
	
	.pagination-wrapper.section-inner .nav-links {
		justify-content: center;
	}
	
}/*=======media close=====*/




/*=============================DEFAULT===========================*/



/*=============================404===========================*/


.error404 #site-content {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 60px 0;
    background-attachment: fixed !important;
    background: url("images/sand.jpg");
}


.error404 .section-inner.thin {
	padding: 20px 70px 70px;
	width: 100%;
	background-color: #000;
	background-image: url("images/hibiscusX.png");
	background-size: cover;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border-radius: 25px;
	overflow:hidden;
	max-width: 1170px;
	width:100%;
	margin:0 auto;
	color: #fff;
	text-align: center;
}

.error404 .section-inner.thin::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.error404 .section-inner.thin div, .error404 .section-inner.thin form, .error404 .section-inner.thin .entry-title {
    position: relative;
    z-index: 1;
}


.error404 .section-inner.thin form {
    max-width: 600px;
    margin: 0 auto;
}

.error404 .section-inner.thin input {
    font-family: 'Architects Daughter', cursive !important;
}

.error404 form input.search-submit {
    background-color: #f70202;
}


.error404 .intro-text {
    max-width: 800px;
    margin: 40px auto 0; font-size: 17px;
}



/*=============================404===========================*/




/*=============================seminole===========================*/


.seminole-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	width: 100%;
}


.seminole-left {
	width: 36%;
	padding-bottom: 40px;
}



.seminole-inner p, .seminole-inner div{	
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}


.seminole-block1 {
    background: #ebebeb;
}


.seminole-block1-img img {
	width: 100%;
	height: 543px;
	object-fit: cover;
}


.seminole-block1-content {
	padding: 40px;
}



.seminole-title strong {
	display: block;
	line-height: normal;
}


.seminole-title p {
	font-weight: 300;
	margin: 0;
}


.seminole-call-us {
	text-align: center;
}


.seminole-call-us img {
	display: inline;
	width: 100%;
	max-width: 160px;
	margin: 25px auto 0;
}



.seminole-call-us h2 {
	color: #d01f25;
	font-weight: 900;
	margin: 0 0 7px;
	font-size: 38px;
	letter-spacing: 0.2px;
}


.seminole-call-us h5 {
	color: #000;
	font-weight: 400;
	font-family: 'Roboto', sans-serif !important;
	font-size: 23px;
	margin: 0;
	letter-spacing: 0.2px;
}


.seminole-call-us p a {
	color: #000;
	text-decoration: none;
}



.seminole-right {
	width: 64%;
}



.seminole-block2-img {
	padding: 60px 100px 0px;
}


.seminole-block2-img img {
	width: 100%;
}



.seminole-block2-content {
	padding: 25px 68px 25px 125px;
	min-height: 286px;
	position: relative;
}


.writing-mode {
	position: absolute;
	writing-mode: tb;
	margin: 0;
	border-left: 4px solid #d01f25;
	padding-left: 9px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	left: 51px;
	top: 31px;
}



.seminole-block2-content .red-text {
	color: #d01f25;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	text-transform: uppercase;
}



.seminole-block2-content small {
	display: block;
	line-height: 1.5;
	color: #6c6d6d;
	font-size: 18px;
	margin: 10px 0;
}



.seminole-block2.s-block3 .seminole-block2-img {
    padding: 0;
}



.s-block3 .seminole-block2-img {
	margin-bottom: 20px;
}



.seminole-right .seminole-call-us {
    display: none;
}


/*=============================seminole===========================*/




/*===========================================RESPONSIVE==============================================*/

/*============FOOTER============*/


@media only screen and (max-width:767px){


	.footer-signup-box .widget_media_image {
		width: 100%;
	}

	.footer-signup-box .widget_email-subscribers-form {
		width: 100%;
		margin: 30px 0 0;
	}

	.footer-signup-box .widget_media_image img {
		max-width: 260px !important;
		margin: 0 auto;
	}

	#testimonial-slider-inner .testimonial__text {
		font-size: 20px;
	}

	#testimonial-slider {
		padding-left:5px;
		padding-right: 5px;
	}

	#site-footer .section-inner {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}

	#site-footer .section-inner .footer-logo {
		width: 100%;
	}

	#site-footer .section-inner .footer-logo a {
		max-width: 104px;
		margin: 0 auto;
		display: inherit;
	}

	#site-footer div {
		text-align: center;
	}

	#site-footer .section-inner .footer-copyright {
		padding: 30px 0;
	}

	#site-footer .footer-copyright p {
		font-size: 19px;
	}

	#site-footer .footer-logo ul {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}

	#site-footer {
		padding: 20px 20px !important;
	}
	
	.footer-signup-box .widget_email-subscribers-form h2 {
		font-size: 30px;
	}
	
		
}/*====media close=====*/


/*============FOOTER============*/



/*============HOME============*/

@media only screen and (max-width:767px){

	.main-banner-wrapper {
		padding: 55px 20px;
	}

	.banner-content {
		padding: 20px;
	}

	.banner-content .left-img {
		width: 100%;
		text-align: center;
	}

	.banner-content .left-img img {
		max-width: 300px;
		margin: 0 auto 20px;
	}

	.banner-content .right-constant {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	body h1 {
		font-size: 40px;
	}

	.banner-content .right-constant p {
		font-size: 24px;
	}

	.banner-content .right-constant h1 {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	.banner-button a {
		font-size: 24px;
	}

	.colored-strip h2 {
		font-size: 30px;
	}

	.portfolio-wrapper .portfolio-inner ul li {
		width: 100%;
		margin: 0 0% 30px 0;
	}

	.yellow-strip .container {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		padding: 0;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}

	.yellow-strip h3 {
		margin: 0 0 30px;
		max-width: 100%;
		font-size: 32px;
		text-align: center;
	}

	.yellow-strip a {
		font-size: 24px;
		padding: 17px 36px;
	}


	.detailed-info-wrapper {
		padding: 70px 5px;
	}
	
	.portfolio-wrapper .portfolio-inner ul li:hover {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
	}
	
	
}/*====media close=====*/



@media only screen and (min-width:767px) and (max-width:1270px){
	
	.banner-content .right-constant h1 {
		font-size: 5vw;
	}	

	.banner-button a {
		font-size: 30px;
	}

	.colored-strip h2 {
		font-size: 32px;
	}

	.yellow-strip h3 {
		padding-right: 30px;
	}

	.yellow-strip a {
		font-size: 24px;
		padding: 17px 15px;
		width: 300px;
		text-align: center;
	}

	#testimonial-slider .footer-copyright {
		padding: 0 20px;
	}

	#site-footer .footer-copyright p {
		font-size: 18px;
	}

	.footer-signup-box .widget_email-subscribers-form h2 {
		font-size: 3.5vw;
	}
	
	.banner-content {
		width: calc(100% - 30px);
	}
	

	
}/*====media close=====*/




/*============HOME============*/




/*============ABOUT============*/


@media only screen and (max-width:767px){

	.about-container, .main-banner-wrapper, .portfolio-wrapper, 
	#testimonial-slider, .portfolio-outer-wrapper, #testimonial-slider-wrapper, 
	.contact-page, .page-template-default #site-content, .error404 #site-content {
		background-attachment: scroll;
		
	}

	.portfolio-wrapper, .about-container, .portfolio-outer-wrapper, 
	#testimonial-slider-wrapper, .contact-page, 
	.page-template-default #site-content, .error404 #site-content {
		background-repeat: repeat;
		background-size: 100%;
	}

	.about-left-image {
		width: 100%;
	}

	.about-left-image img {
		max-width: 300px;
		margin: 0 auto;
	}

	.about-left-content {
		width: 100%;
		text-align: center;
		padding-right: 0;
	}

	.about-block-section {
		padding: 12px 0;
	}

	.about-left-content h3 {
		font-size: 28px;
	}

	.about-left-content strong {
		text-align: center;
	}
	
	
}/*=====media close=====*/



@media only screen and (min-width:767px) and (max-width:1270px){
	
	.about-block-section {
		border-top: 2px solid #fff;
		padding: 12px 0;
	}	
	
	.about-left-content h3 {
		font-size: 28px;
	}
	
	body h1 {
		font-size: 60px;
	}
	
}/*=====media close=====*/


/*============ABOUT============*/



/*============PORTFOLIO============*/

@media only screen and (max-width:767px){

	.portfolio-filter-wrapper .wonderplugin-gridgallery-tags {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}

	.portfolio-filter-wrapper .wonderplugin-gridgallery-tag {
		border-right: none !important;
		width: 100%;
		font-size: 20px !important;
		border-bottom: 1px solid #fff !important;
	}

	.portfolio-outer-wrapper .wonderplugin-gridgallery-loadmore button {
		font-size: 20px !important;
	}
	
	#testimonial-slider-wrapper .testimonial__text p {
		font-size: 24px;
	}
	
	#testimonial-slider-wrapper #testimonials-slider-inner {
		padding: 15px 25px 0;
	}
	
	#testimonial-slider-wrapper .testimonial-inner-wrapper .swiper-button-prev::after {
		width: 17px;
		height: 30px;
	}
	
	#testimonial-slider-wrapper .testimonial-inner-wrapper .swiper-button-next::after {
		width: 17px;
		height: 30px;
	}
	
	#testimonial-slider-wrapper .testimonial-inner-wrapper .swiper-button-next {
		right: -4px;
	}
	
	#testimonial-slider-wrapper .testimonial-inner-wrapper .swiper-button-prev {
		left: -4px;
	}
	
	
}/*=====media close=====*/


/*============PORTFOLIO============*/



/*============CONTACT============*/

@media only screen and (max-width:767px){

	.contact-page .contact-inner {
		padding: 50px 20px 70px;
	}

	.contact-page .form-wrapper h2 {
		font-size: 34px;
	}

	.contact-page .form-field small {
		letter-spacing: normal;
		display: block;
	}

	.contact-page .wpcf7-form-control.wpcf7-submit {
		font-size: 22px;
	}

	.contact-page .bottom-info h3 {
		font-size: 24px;
	}
	
	
}/*=====media close=====*/



@media only screen and (max-width:640px){

	.contact-page .form-field small {
		font-size: 3vw;
	}
	
}/*=====media close=====*/




/*============CONTACT============*/



/*============DEFAULT============*/

@media only screen and (max-width:1180px){

	.page-template-default #site-content article, .error404 .section-inner.thin {
		width: calc(100% - 20px);
	}	
	
}/*=====media close=====*/


@media only screen and (max-width:767px){


	#site-content article h2 {
		font-size: 34px;
	}

	#site-content article h3 {
		font-size: 28px;
	}
	
	.error404 .section-inner.thin {
		padding: 40px 20px;
	}
	
	.video-gallery {
		margin-top: 30px;
	}
	
	
}/*=====media close=====*/


/*============DEFAULT============*/




/*=============================seminole===========================*/


@media (max-width:767px){


	.seminole-left {
		width: 100%;
		margin-top: 23px;
	}


	.seminole-left .seminole-call-us {
		display: none;
	}


	.seminole-block1-img img {
		height: auto;
	}	



	.seminole-right {
		width: 100%;
	}


	.seminole-block2-img {
		padding: 20px 32px 0px;
	}


	.seminole-block2-content {
		padding: 25px 0 25px 70px;
		min-height: unset;
	}
	
	
	
	.writing-mode {
		left: 0;
	}



	.seminole-right .seminole-call-us {
		display: block;
		margin-bottom: 50px;
	}


	.seminole-call-us img {
		max-width: 150px;
		margin: 0 auto 0;
	}


	.seminole-call-us h2 {
		font-size: 33px;
	}


	.seminole-call-us h5 {
		font-size: 21px;
	}

	
	
}/*=====media close=====*/





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

	.seminole-left {
		width: 100%;
		margin: 20px 0 0;
	}


	.seminole-block1-img img {
		height: auto;
	}


	.seminole-block1 {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	}


	.seminole-block1-img, 
	.seminole-block1-content {
		width: 100%;
	}


	.seminole-left .seminole-call-us {
		display: none;
	}


	.seminole-right {
		width: 100%;
	}


	.seminole-block2 {
		margin-bottom: 30px;
	}


	.seminole-block2-img {
		padding: 20px 30px 0px;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}


	.seminole-block2-content {
		padding: 25px 0 25px 70px;
		min-height: unset;
	}


	.s-block3 .seminole-block2-img {
		max-width: 100%;
	}


	.seminole-right .seminole-call-us {
		display: block;
		margin: 0 0 50px;
	}


	.seminole-right .seminole-call-us img {
		margin: 0 auto 0;
	}


	.seminole-block2.s-block3 {
		margin-bottom: 10px;
	}


    .writing-mode {
		left: 0;
	}
	
	
}/*=====media close=====*/




@media (min-width:1000px) and (max-width:1200px){

	.seminole-block2-content {
		min-height: unset;
		height: 240px;
		overflow: hidden;
	}	
	
	.seminole-block2 {
	    height: 542px;
	}
	
	.seminole-block2.s-block3, 
	.s-block3 .seminole-block2-content {
	    height: auto;
	}
	
	
}/*=====media close=====*/



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

	.seminole-block2-content {
		min-height: unset;
		height: auto;
	}	
	
	.seminole-block2 {
	   height: auto;
	}
	
	
}/*=====media close=====*/



/*=============================seminole===========================*/


/*===========================================RESPONSIVE==============================================*/





























