/* 
 Theme Name:   Revolve-Creative
 Theme URI:    www.revolvecreative.ie
 Description:  Child Of Zero
 Author:       webmaster
 Author URI:   www.revolvecreative.ie
 Template:     zero
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

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

 /* == Add your own styles below this line ==
--------------------------------------------*/

.features-items > li {
    margin: 40px 0;
}

body > .main-nav {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #457193;
    bottom: 0;
    box-shadow: 0 0 30px hsla(0, 0%, 0%, 0.4) inset;
    height: 100%;
    left: -200px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 66px;
    position: fixed;
    top: 0;
    width: 200px;
    z-index: 101;
}

body .mobile-menu-button {
    border: 2px solid #FF9A00;
    bottom: 0;
    display: block;
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    margin: auto;
    padding: 1px 5px;
    position: absolute;
    right: 23px;
    text-align: center;
    top: 0;
    width: 44px;
}



body .mobile-menu-button .icon-62:before a:hover{color: #fff;}

body .text-dark-blue, body .hover-text-dark-blue:hover, body .before-dark-blue:before {
    color: #457193;
}

.icon-62 {
	color: #FF9A00;
}

.rounded {
	border-radius: 5px;
}

.rounded-shadow {
	border-radius: 5px;
	-moz-box-shadow:    inset 0 0 10px #a3b9c9;
   -webkit-box-shadow: inset 0 0 10px #a3b9c9;
   box-shadow:         inset 0 0 10px #a3b9c9;
}

.breadcrumbs-box {
	margin-top: -35px;
	position: relative;
	z-index: 1;
	padding-top: 30px;
    background-image: url('images/line-patternblue1.png');
	background-repeat: repeat;
    border-bottom: none;
}

.breadcrumb-items {
    font-family: "Valera-round",sans-serif;
    margin-right: 20px;
} 

.breadcrumb-items > li > span {
    color: #FF9A00;
}

.footer-prev {
	position: absolute;
	z-index: 10;
	max-height: 3em;
}

.footer-sidebar .search-field {
  background: #ffffff;
}

.footer-text {
	margin-bottom: 1em;
}

.small-footer {
	background-image: url('images/line-patternblue1.png');
	background-repeat: repeat;
}

.small-footer .social-links a {
    background: #457193;
    border-radius: 5px;
    color: #fff;
    padding: 5.5px 10px;
}

.small-footer .social-links a:hover {
    background: #457193;
    border-radius: 3px;
    color: #FF9A00;
    padding: 5.8px 10.2px;
}

.widget-title {
	color: #f9f9f9;
  margin: 0 0 1em;
}



.footer-sidebar > .widget_archive > ul > li a, .footer-sidebar ul > li a {
    color: #FF9A00;
}

.footer-sidebar > .widget_archive > ul > li a, .footer-sidebar ul > li a:hover {
    color: #F9F9F9;
	text-decoration: none;
}

/* FatFooter Styles */

/* floats */
.quarter,
.one-third,
.two-thirds,
.half {
    float: left;
}

/* widths */
.one-third {
    width: 32%;
}
.two-thirds {
    width: 65.5%;
}
.quarter {
    width: 23.5%;
}
.three-quarters {
    width: 74.5%;
}
.half {
    width: 48%;
}

/* margins  */
.one-third {
    margin: 0 0.5%;
}
.quarter,
.two-thirds {
    margin: 0 0.5%;
}
.left,
.quarter.left,
.one-third.left {
    margin: 0 1% 0 0;
    float: left;
}
.right,
.quarter.right,
.one-third.right {
    margin: 0 0 0 1%;
    float: right;
}
.half.left {
    width: 48%;
    margin: 0 2% 0 0;
}
.half.right {
    width: 48%;
    margin: 0 0 0 2%;
}
.two-thirds.left {
    margin: 0 1% 0 0;
}
.two-thirds.right {
    margin: 0 0 0 1%;
    float: right;
}

/* media queries for larger screens such as small tablets in landscape or large tablets in portrait */
@media screen and ( max-width: 780px ) {
     
    /* only the .quarter layout class is relevant here - all other classes will have full width */
    .quarter {
        width: 48%;
    }
    .quarter.left {
        margin-right: 2%;
    }
    .quarter.right {
        margin-left: 2%;
    }
    footer .third.quarter.widget-area {
        clear: both;
    }
}
 
/* media queries for small screens in landscape mode (or similar) */
@media screen and ( max-width: 600px ) {
     
    /* width sizing all full width in small screens */
    .quarter,
    .one-third,
    .half,
    .two-thirds,
    .three-quarters,
    .full-width {
        width: 100%;
        margin: 0;
    }
    /* padding adjustments */
    .widget-area {
        padding: 0 0 10px 0;
    }
}


.mc4wp-form input[type="date"], .mc4wp-form input[type="email"], .mc4wp-form input[type="tel"], .mc4wp-form input[type="text"], .mc4wp-form input[type="url"], .mc4wp-form select, .mc4wp-form textarea {
    background-color: hsl(0, 0%, 100%);
    background-image: none;
    border: 1px solid #FF9A00;
    border-radius: 2px;
    box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.075) inset;
    color: hsl(0, 0%, 33%);
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    margin: 0;
    padding: 6px 12px;
    text-shadow: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.copyright > span {
    font-size: 1em;
	color: #FF9A00;
}

.copyright a:hover {
	color: #FF9A00;
	text-decoration: none;
}

.content-box p {
	color: #4f5e66;
}

.contact-box {
		border-radius: 5px;
	}

input,
textarea,
select {
  line-height: 23px;
  height: 45px;
  padding: 10px 23px;
  border: 1px solid #FF9A00;
	border-radius: 5px;
  width: 100%;
margin-top: 1em;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.nav-bar .container {
	padding: 1em;
	background: #457193;
	border-radius: 5px;
	
}

.main-nav > ul > li ul {
  position: absolute;
  background: #ffffff;
  display: none;
	color: #457193;
  z-index: 100;
  margin-top: -2px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  border-top: 2px solid #FF9A00;
}

.main-nav > ul > li > a:active,
.main-nav > ul > li:active > a,
.main-nav > ul > li ul a:active {
  color: #FF9A00;
  border-bottom-color: #457193;
}

.main-nav > ul > li ul a {
  padding: 11px;
  display: block;
  color: #457193;
  text-transform: capitalize;
}


}

.main-nav > ul > li > a:hover,
.main-nav > ul > li:hover > a,
.main-nav > ul > li ul a:hover,
.main-nav > ul > li.current_page_item > a,
.main-nav > ul > li.current_page_parent > a {
  color: #FF9A00;
  background: none;
  border-bottom-color: #457193;
}

.main-nav > ul > .current-menu-item > a,
.main-nav > ul:hover .current-menu-item:hover > a {
  background: none;
  color: #ffffff;
  border-bottom-color: #FF9A00;
}


.main-nav > ul > li.current_page_item > a,
.main-nav > ul > li.current_page_parent > a {
  opacity: 1;
}

.button-sm {
  background: #FF9A00;
  border-radius: 5px;
  color: #457193;
  padding: 5.5px 10px;

}

.illustrations {
	border: 1px solid #457193;
	border-radius: 5px;
	
	}

.illustrations h5 {
		margin-left: 20px;
	}

.illustrations .inline-list {
		margin-left: 20px;
	}

.post-thumb {
	border-bottom: 1px solid #457193;
}

body .dark-blue {
    background: #457193;
}

body .dark-blue, body .hover-dark-blue:hover {
    background: none repeat scroll 0 0 #457193; !important;
}

body .text-red, body .hover-text-red:hover, body .before-red:before {
    color: #ffffff;
}


.footer-sidebar > ul > li > a:hover {
  color: #FF9A00;
}

.tabs-rounded {
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

body .text-dark,
body .hover-text-dark:hover,
body .before-dark:before {
  color:  #457193;
}

[class*="shape-"] {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 40%;
  margin: 20px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility:         hidden;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.main-nav > ul > li > a:hover,
.main-nav > ul > li:hover > a,
.main-nav > ul > li ul a:hover,
.main-nav > ul > li.current_page_item > a,
.main-nav > ul > li.current_page_parent > a {
  color: #FF9A00;
  background: #457193;
  border-bottom: 1px solid #FF9A00;
}

.main-nav > ul > li.current_page_item > a,
.main-nav > ul > li.current_page_parent > a {
  opacity: 1;
}

.main-nav > ul > li > a {
  display: inline-block;
  color: #fff;
  padding: 11px 22px;
}

.main-nav > ul > .current-menu-item > a,
.main-nav > ul:hover .current-menu-item:hover > a {
  background: none;
  color: #fff;
}

.main-nav > ul > li > a:hover, .main-nav > ul > li:hover > a, .main-nav > ul > li ul a:hover, .main-nav > ul > li.current_page_item > a, .main-nav > ul > li.current_page_parent > a {
	background-image: url('images/line-patternblue2.png');
	background-repeat: repeat;
    border-bottom-color: #FF9A00;
    color: #FF9A00;
}

.main-nav > ul .current-menu-item > a {
  background: none;
  color: #FF9A00;
}

.portfolio-items.mosaic > li {
    margin: 0;
    padding: 10px;
}

.subscribe-wrapper:after {
    background: none;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.widget_search .search-form:before {
    -moz-osx-font-smoothing: grayscale;
    bottom: 0;
    content: "";
    display: block;
    font-family: "icomoon";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 45px !important;
    position: absolute;
    right: 20px;
    text-transform: none;
    top: 15px;
}

.mc4wp-form p {
	color: #FF9A00;
}

body li {
    padding-bottom: 10px;
}

body li  {
	color: #FF9A00;

}

body li span {
	color: #457193;
}


body h3 {
    color: #FF9A00;
}

.vc_label {
	color: #FF9A00;
}

#contact-area .clean-list{
    border: 1px solid #FF9A00;
	border-radius: 5px;
}

.button-md {
    padding: 11px 23px;
	border-radius: 5px;
	
}

.consult-button:hover {
	color: #FF9A00;
}

@media(max-width: 780px){ .isotope-item{position: static !important;}
	
	.mc4wp-form textarea{height:auto}.mc4wp-form input[disabled],.mc4wp-form input[readonly]{background-color:#eee}.mc4wp-form button,.mc4wp-form input[type=submit]{display:inline-block;padding:6px 12px;margin:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid #FF9A00;border-radius:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;box-shadow:none;background:0 0;text-shadow:none;filter:none;height:auto;width:auto}

	
	
		
	
			