/*
Theme Name: Sears Gerbo Child
Theme URI: http://www.searsgerboarch.com
Description: This is the child theme for the Sears Gerbo
Version: 2.0
Template: sears-gerbo
Author: Anchorwave
Author URI: http://anchorwave.com/
Tags: {tags}
*/
@import url("css/fonts.css");
@import url("css/normalize.css");
@import url("css/screen.css");
@import url("css/wp-default.css");
@import url("css/superfish.css");
@import url("css/jquery.fancybox.css");
@import url("css/flexslider.css");

/*== Table of content ==*/
/*
    =Global
        #Typography
    =Normalize forms
    =Helper classes
    =Spacing
    =Styling Gravity Form
    =Common
    =Layout
        #Header
        #Main Content
        #Footer
    =Media Queries
    */

/*=Global
---------------------------------------*/
body {
    font: 13px/1.2 sans-serif;
    *font-size: small;
    font-family: 'OpenSans';
}

select, input, textarea, button {
    font: 99% sans-serif;
}

pre, code, kbd, samp {
    font-family: OpenSans, sans-serif;
}

body, select, input, textarea {
    color: #2b292a;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'agency_fb';
    text-transform: uppercase;
    color: #2b292a;
    font-weight: normal;
}

h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 12px;
}

a:hover, a:active {
    outline: none;
}

a, a:active,
a:visited {
    color: #313131;
    -webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -ms-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}

a:hover {
    color: #c51333;
}

a:link {
    -webkit-tap-highlight-color: #FF5E99;
}

ul, ol {
    list-style: disc outside none;
    margin-left: 15px;
    margin-bottom: 20px;
    padding: 0;
}

ul li, ol li {
    margin-bottom: 5px;
}

ol {
    list-style-type: decimal;
}

p {
    padding: 5px 0;
    margin: 0 0 10px 0;
}

nav ul, nav li {
    margin: 0;
}

small {
    font-size: 85%;
}

strong, th {
    font-weight: bold;
}

td, td img {
    vertical-align: top;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

pre {
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/* images */
img {
    max-width: 100%;
}

p img {
    padding: 0;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/*=Normalize forms
-----------------------------*/
textarea {
    overflow: auto;
}

.ie6 legend, .ie7 legend {
    margin-left: -7px;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

label, input[type=button], input[type=submit], button {
    cursor: pointer;
}

button, input, select, textarea {
    margin: 0;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
    -webkit-box-shadow: 0px 0px 5px red;
    box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd;
}

button {
    width: auto;
    overflow: visible;
}

/*=Helper classes
-----------------------------*/
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.col {
    display: inline;
    float: left;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*-- More semantic clearfix hack --*/
.clear {
    clear: both;
    height: 0;
    width: 100%;
    overflow: hidden;
}

/*=Spacing
-----------------------------*/
.margin-btm-1 {
    margin-bottom: 20px !important;;
}

.margin-btm-2 {
    margin-bottom: 60px !important;;
}

.margin-top-1 {
    margin-top: 20px !important;
}

.margin-top-2 {
    margin-top: 70px !important;
}

.margin-left-1 {
    margin-left: 32px;
}

/* Styling Gravity Form
=================================== */
.gform_body ul {
    margin: 0;
    padding: 0;
}

.gform_body ul li {
    list-style: none;
    margin: 13px 0 1px;
}

.gform_body input[type="text"],
.gform_body input[type="password"],
.gform_body input[type="email"],
.gform_body input.medium,
.gform_body textarea.medium,
.gform_body textarea,
.gform_body select {
    background: none repeat scroll 0 0 #fff;
    border-color: #a1a592 #ccc #ccc #a1a592;
    border-image: none;
    border-right: 1px solid #ccc;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font: 1em Verdana, sans-serif;
    padding: 4px;
    width: 270px;
}

.gform_body select {
    width: 279px;
}

.gform_footer .button,
.gform_footer .button:link,
.gform_footer .button:visited,
.gform_footer button,
.gform_footer input[type="submit"],
.gform_body input[type="reset"],
.gform_footer input[type="button"] {

    background: none repeat scroll 0 0 #3b5474;
    border: 1px solid #294007;
    color: #fff;
    margin-right: 30px;
    width: 100px;
    padding: 4px;
    cursor: pointer;
    font-weight: bold;
}

.gform_body input.medium:focus,
.gform_body textarea:focus,
.gform_body select:focus {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #303f00;
    color: #000;
}

.gform_footer input[type="submit"]:hover,
.gform_body input[type="reset"]:hover {
    border-left-color: #000;
    border-top-color: #000;
    background: none repeat scroll 0 0 #dae0e8;
    border: 1px solid #000;
    color: #000;
}

/* Common Classes */
[class^="ico-"],
[class*="ico-"] {
    background: url(images/sprite.png);
    display: inline-block;
    text-indent: -999em;
    vertical-align: middle;
}

.ico-email, .ico-gplus, .ico-lin, .ico-fb, .ico-pin, .ico-tw {
    height: 24px;
    transition: all 0.25s ease 0s;
    width: 25px;
}

.container {
    width: 1030px;
    position: relative;
    margin: 0 auto;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

img.grayscale:hover {
   filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
   filter: none;
}

#work img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    cursor: default;
}
#architecture-work .category-filter img.grayscale:hover{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: none;
}

.image-holder {
    float: left;
    margin-bottom: 20px;
    margin-right: 25px;
}

.detail {
    overflow: hidden;
}

a.action, .action {
    font-family: "agency_fb";
    font-size: 20px;
    padding: 8px 30px 8px 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    background: #191c1f;
    display: block;
    position: relative;
    margin: 7px 0;
}

.action.short {
    display: inline-block;
}

a.action:hover {
    background: #c51333;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.last {
    margin-right: 0 !important;
    padding-right: 0;
}

.caps {
    display: block;
    text-transform: uppercase;
}

/*icons*/
.ico-email {
    background-position: -1px -1px;
}

.ico-gplus {
    background-position: -55px -1px;
}

.ico-lin {
    background-position: -83px -1px;
}

.ico-fb {
    background-position: -28px -1px;
}

.ico-pin {
    background-position: -109px -1px;
}

.ico-tw {
    background-position: -135px -2px;
}

.ico-email:hover {
    background-position: -1px -28px;
}

.ico-gplus:hover {
    background-position: -55px -28px;
}

.ico-lin:hover {
    background-position: -83px -28px;
}

.ico-fb:hover {
    background-position: -28px -28px;
}

.ico-pin:hover {
    background-position: -109px -28px;
}

.ico-tw:hover {
    background-position: -135px -29px;
}

.social-feeds li {
    list-style: none;
    float: left;
    margin: 0 4px 10px;
}

.social-feeds li a {
    display: inline-block;
}

.ico-arrow {
    background-position: -169px -14px;
    width: 6px;
    height: 13px;
    position: absolute;
    top: 15px;
    right: 20px;
}

/* Nav-col */
#side-col .side-col-inner{
    background: none repeat scroll 0 0 #191c1f;
    height: 100%;
    padding: 30px 0 30px 30px;
    position: fixed;
    width: 95px;
    z-index: 5;
}

.side-mid-links {
    position: absolute;
    top: 47%;
}

.social-feeds {
    margin: 0;
    padding: 0 10px;
}

a.link {
    display: inline-block;
    color: #fff;
    font-family: "agency_fb";
    font-size: 13px;
	font-style: bold;
    line-height: 1.4;
    padding: 10px 10px;
	margin: 5px;
    text-align: center;
}

a.link:hover {
    text-decoration: none;
    color: #c51333;
}

/* header */
header {
    margin-bottom: 35px;
    background: url(images/header-line.png) repeat-x center;
}

#logo {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    padding: 10px 15px 15px 0;
}

/* Main Content */
.content header {
    background: none;
}

.box {
    margin-bottom: 25px;
    float: left;
    position: relative;
}

.box.box1,
.box.box3 {
    margin-right: 25px;
}

.box figcaption {
    text-align: right;
    color: #fff;
    position: absolute;
    right: 0;
    top: 20px;
}

.box:hover figcaption span {
    background: #191c1f;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.box:hover figcaption a {
    color: #c51333;
}

.box figcaption span {
    text-transform: uppercase;
    font-size: 26px;
    font-family: "agency_fb";
    padding: 0 20px;
}

.box figcaption a {
    font-size: 18px;
    color: #fff;
    font-family: "agency_fb";
    text-decoration: none;
    padding-right: 20px;
    display: block;
}

section.intro {
    clear: both;
}

.intro .detail h3 a {
    color: #c51333;
    text-decoration: none;
}

.intro .detail h3 a:hover {
    text-decoration: underline;
}

/* Footer */
footer h4 {
    display: inline-block;
    padding-left: 40px;
    padding-top: 15px;
    color: #c51333;
}

.copyright {
    position: absolute;
    bottom: 15%;
    padding-right: 30px;
    text-align: right;
    font-size: 15px;
    font-family: "agency_fb";
    text-transform: uppercase;
}

footer {
    clear: both;
}

footer .action {
    margin-top: 10px;
    width: 205px;
    text-transform: uppercase;
    font-size: 12px;
}

.copyright,
.copyright a {
    color: #fff;
    text-decoration: none;
	font-size: 12px;
}

.copyright a:hover {
    color: #c51333;
}

/* Interior Page *//* Firm Page */
.breadcrumb {
    font-size: 12px;
    padding-top: 20px;
}
.home  .breadcrumb{
    padding-top: 35px;
}
.breadcrumb > a{
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}
.breadcrumb a {
    color: #979797;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #c51333;
}

.breadcrumb span {
    color: #979797;
}

.three-columns-layout .col {
    margin-bottom: 20px;
    margin-right: 35px;
    width: 31%;
}

.three-columns-layout .col:nth-child(3n+1) {
    clear: left;
}

.two-columns-layout .col.col1 p:first-child:first-letter,
.three-columns-layout .col p:first-child:first-letter {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-right: 3px;
    margin-top: -5px;
    padding-top: 4px;
}

/* Client Experience */
.four-columns-layout .col {
    margin-right: 35px;
    width: 22.3%;
}

ul.style1 {
    border-left: 2px solid #a4a3a4;
    list-style: none outside none;
    margin: 20px 0;
    padding: 10px 0 10px 10px;
}

ul.style1 li {
    font-size: 12px;
    line-height: 1.5;
}

/* Sears Profile */
h1 span {
    display: block;
    font-size: 13px;
    font-family: 'OpenSans';
    text-transform: capitalize;
}

.two-columns-layout.list-group .col.col2 {
    width: 65%;
}

.list-group ul {
    padding: 20px 0;
}

.list-group .col1 ul {
    list-style: none;
    margin: 0;
}

.list-group .col2 ul li {
    margin-bottom: 10px;
}

.gallery-carausol ul li {
    width: 133px;
    margin-right: 15px;
}

.gallery-carausol .flex-direction-nav li a {
    width: 28px;
    height: 26px;
    opacity: 1;
}

.gallery-carausol .flex-direction-nav .flex-prev {
    left: 0;
    background: url(images/directional-nav-prev.png) no-repeat center;
}

.gallery-carausol .flex-direction-nav .flex-next {
    right: 5px;
    background: url(images/directional-nav-next.png) no-repeat center;
}

/* Services Page */
.four-columns-layout.gutter-space .col {
    margin-right: 80px;
    width: 19.1%;
}

ul.style2 {
    list-style: none outside none;
    margin-left: 0;
}

ul.style2 li {
    margin-bottom: 5px;
    border-bottom: 2px solid #848688;
}

ul.style2 li {
    text-decoration: none;
    font-size: 18px;
    font-family: "agency_fb";
    text-transform: uppercase;
}

/* Programming */
.two-columns-layout .col.col1 {
    width: 30%;
}

.two-columns-layout .col.col2 {
    width: 69%;
}

.two-columns-layout .col.col2 figure {
    margin-left: 32px;
    margin-bottom: 25px;
    float: left;
}

.two-columns-layout .col.col2.img-group figure {
    float: left;
}

/* Work Page */
.two-columns-layout.category-filter .col.col1 {
    width: 130px;
    position: relative;
}

.two-columns-layout.category-filter .col.col2 {
    width: 890px;
}

.two-columns-layout .col.col2.img-group.filter figure {
    margin-left: 14px;
    margin-bottom: 15px;
}

.category-filter .col1 span {
    font-family: 'OpenSans-Semibold';
}

.filter-list {
    list-style: none;
}

.filter-list li {
    margin-bottom: 10px;
}

.filter-list li a {
    text-decoration: none;
}

.collaps-list {
    left: 142px;
    list-style: none outside none;
    margin: 0;
    position: absolute;
    top: -40px;
    width: 860px;
}

.collaps-list li {
    cursor: pointer;
    float: left;
    margin-right: 15px;
    width: auto;
}

.ico-close {
    background-position: -197px -1px;
    height: 10px;
    margin-right: 5px;
    margin-top: -3px;
    width: 11px;
}

/*Individual Proect profile Page*/
article header {
    background: none;
}

article.two-columns-layout header h2 {
    font-size: 80px;
    font-family: "agency_fb";
}

article.two-columns-layout header h3 {
    font-size: 40px;
    font-family: "agency_fb";
}

.two-columns-layout.narrow-col .col.col1 {
    width: 23%;
}

.two-columns-layout.narrow-col .col.col2 {
    width: 76%;
}

.col.col1 h6 {
    font-family: 'OpenSans-Semibold';
}

.col.col1 h1 {
    text-transform: capitalize;
}

/*Blog Page*/
.post-wrap article {
    overflow: hidden;
}

.post-wrap article h2 a {
    text-decoration: none;
}

.post-wrap .image-holder {
    position: relative;
}

.meta-date {
    background: #000;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.63);
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    font-size: 20px;
    padding: 14px 0;
    position: absolute;
    text-indent: 20px;
    text-transform: uppercase;
    font-family: "agency_fb";
    width: 100%;
}

.wp-pagenavi {
    clear: both;
    margin-bottom: 30px;
    text-align: center;
}

/* Contact Us Page */
.contact-col span {
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.contact-col span a {
    text-decoration: none;
}

.common-click {
    text-transform: capitalize;
}

.map {
	margin-top: 25px;
	border: 1px solid #ddd;
}

.map iframe {
	display: block;
}

.single-img {
	float: right;
}
/* Added on jan 2016 */
.toggle-menu{
    color: #ffffff;
    padding: 30px;
    display: none;
    text-align: right;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'agency_fb';
}
.mobile-footer{
    display: none;
    background:#191c1f;
}
.mobile-footer .social-feeds,
.mobile-footer a.link,
.mobile-footer .copyright{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 31.33%;
}
.mobile-footer a.link{
    padding: 0;
}
.mobile-footer .copyright{
    position: static;
    padding-right: 0;
}
.mobile-footer .social-feeds li {
    margin-bottom: 0;
}
.mobile-menu{
    display: none;
}
.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}
/* #Media Queries
================================================== */

@media only screen and (max-width: 1350px) {
    .container{
        margin-left: 150px;
    }
}
@media only screen and (max-width: 1200px) {
    .container{
        width: 84%;
    }
    .box.box1 {
        width: 24%;
    }
    .box.box2 {
        width: 73%;
    }

    .box.box3,
    .box.box4 {
        width: 35%;
    }
    .three-columns-layout .col{
        width: 30%;
    }
    .four-columns-layout.gutter-space .col{
        width: 18.1%;
    }
    .two-columns-layout .col.col2 figure {
        margin-left: 18px;
        width: 45%;
    }
    .two-columns-layout.category-filter .col.col1{
        width: 14%;
    }
    .two-columns-layout.category-filter .col.col2{
        width: 86%;
    }
    .footer-inner img.alignright {
    float: none;
    margin: 20px auto 0;
    display: block;
}
}
@media only screen and (max-width: 1174px) {
.four-columns-layout .col{
    width: 21%;
}
}
@media only screen and (max-width: 1029px) {
    .four-columns-layout.gutter-space .col{
        margin-right: 50px;
    }
    .two-columns-layout.category-filter .col.col2 figure{
    width: 20%;
}
}
@media only screen and (max-width: 980px) {
  .box.box2 {
    width: 71%;
}
.box.box3, .box.box4 {
    width: 34%;
}
.container {
    width: 84%;
    margin-left: 16%;
}

}
/* Smaller than standard 960 (devices and browsers) */
/* #Tablet (Landscape)
================================================== */
@media only screen and (max-width: 960px) {
    .main-nav > li {
        margin: 0 0 15px 0;
    }
    .container {
        width: 82%;
        margin-left: 18%;
    }
}
@media only screen and (max-width: 870px) {
    .page-template-tpl-contact .three-columns-layout .col {
    width: 42%;
}
.page-template-tpl-contact .col.contact-form.last {
    width: 100%;
}
.page-template-tpl-contact .contact-col span.margin-top-2 {
    margin-top: 30px!important;
}

ul.collaps-list{
    width: 100%;
}
.interior header{
    background: none;
}
.interior .breadcrumb {
    width: 85%;
    text-align: right;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
}
@media only screen and (min-width: 801px) and (max-width: 870px) {
    .three-columns-layout .col {
    width: 29%;
}
}
@media only screen and (max-width: 800px) {
    .container {
    width: 96%;
    margin: 0;
    padding: 0 2%;
    }
    .detail{
        overflow: visible;
    }
    .mobile-menu{
        display: block;
    }
    .mobile-footer{
    display: block;
    padding:20px 0;
    text-align: center;
}
.footer-inner {
    margin-bottom: 20px;
    text-align: center;
}
footer .action{
    width: 20%;
    display: inline-block;
}
    #side-col .side-col-inner{
        display: none;
    }
header{
    margin-top: 10px;
}
.interior header {
    margin-top: 25px;
}
nav#primary-nav{
        display: none;
    }
    .menu-toggle,
    .sub-menu-toggle {
        display: block;
        font-size: 20px;
        font-size: 2rem;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }

    button.menu-toggle, button.sub-menu-toggle {
        position: absolute;
        right: 5%;
        top: 20px;
        border: none;
        padding: 0;
        cursor: pointer;
        z-index: 5;
        outline: none;
    }
button.menu-toggle{
     background: url('images/sprite.png') no-repeat -5px -60px;
        width: 32px;
        height: 27px;
        top: 10px;
}
    .sub-menu-toggle {
        padding: 18px;
        padding: 1.8rem;
        position: absolute;
        right: 0;
        top: 0;
    }
    .menu-toggle.activated {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .sub-menu-toggle:before {
        content: "+";
        color: #fff;
    }

    .sub-menu-toggle.activated:before {
        content: "-";
    }

    nav#primary-nav {
        display: none;
        position: relative;
        margin-top: 50px;
    }

    #nav-main .menu-item {
        display: block;
        position: relative;
        margin: 0;
        height: inherit;
        border-bottom: 1px solid #fff;
        z-index: 3;
    }
    #nav-main .menu-item a{
        background: #191c1f;
        padding: 10px 15px;
        text-align: left;
    }
    #nav-main .sub-menu .menu-item a{
        background: #272323;
        background:rgba(39, 35, 35, 0.75);
    }
    #nav-main .menu-item a:hover,
    #nav-main .menu-item a:focus,
    #nav-main .sub-menu .menu-item a:hover,
    #nav-main .sub-menu .menu-item a:focus,
    #nav-main .current-page-ancestor a,
    #nav-main .sub-menu .menu-item.current-menu-item a{
        color: #c51333;
    }
    #nav-main .menu-item:hover {
        position: relative;

    }
    #nav-main .sub-menu {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    }

    #nav-main .sub-menu a {
        border-left: 0;
        position: relative;
        width: auto;
    }

    #nav-main .sub-menu .sub-menu {
        margin: 0;
    }

    #nav-main .sub-menu .sub-menu a {
        padding-left: 30px;
    }

    #nav-main .sub-menu .sub-menu .sub-menu a {
        padding-left: 40px;
    }
    button.sub-menu-toggle {
        top: -3px;
        background: transparent;
        padding: 6px 10px 10px 10px;
        color: #fff;
    }
    #nav-main .sub-menu .menu-item:last-child{
        border: none;
    }
    #nav-main .sub-menu .menu-item a{
        color: #fff;
        border: none;
        padding-left: 40px;
    }
    footer#footer{
        margin-bottom: 0!important;
    }
    .four-columns-layout .col {
    width: 22%;
    margin-right: 20px;
}
}

/* All Mobile Sizes (devices and browser) */
/* #Mobile (Both) >
================================================== */
@media only screen and (max-width: 767px) {
    .image-holder {
        float: none;
    }
    .three-columns-layout .col,
    .four-columns-layout.gutter-space .col,
    .two-columns-layout .col.col1,
    .col.col2.img-group.isotope,
    .two-columns-layout.list-group .col.col2,
    .page-template-tpl-profile .two-columns-layout .col.col2,
    .two-columns-layout.narrow-col .col.col1{
        width: 100%;
        margin-right: 0;
    }
    .page-template-tpl-portfolio .two-columns-layout .col{
        width: 100%!important;
    }
    .page-template-tpl-profile .two-columns-layout .col.col2 figure {
    width: 45%;
}
.two-columns-layout.category-filter .col.col2 {
        width: 82%;
    margin-left: 25px;
}
    .two-columns-layout .col.col2 figure img{
        width: 100%;
        display: block;
    }
    .two-columns-layout .col.col2 figure {
    width: 30%;
}
    .page-template-tpl-services .four-columns-layout .action.mobile-action{
        display: none;
    }
    .margin-btm-2 {
    margin-bottom: 30px !important;
}
.two-columns-layout.list-group .col.col2{
    margin-left: 0;
}
body{
    font-size: 105%;
    line-height: 1.5;
}
span.pages {
    display: inline-block;
    margin-bottom: 10px;
}
.intro .image-holder{
    margin-right: 0;
}
}
@media only screen and (max-width: 759px) {
    footer .action,
    footer h4 {
    display: block;
    float: none;
}
footer .action{
    width: 40%;
    padding: 8px 15px;
}
footer h4{
    padding-left: 0;
}
footer .action{
    margin: 0 auto;
}
.footer-inner img.alignright{
    margin-top: 15px;
}
}
@media only screen and (max-width: 670px) {
    .two-columns-layout.category-filter .col.col1,
    .two-columns-layout.category-filter .col.col2{
        width: 100%;
        margin: 0;
    }
    .filter-list li {
    display: inline-block;
    margin-right: 10px;
}
ul.filter-list.margin-top-2.margin-btm-2 {
    margin: 20px!important;
}
ul.collaps-list {
    position: static;
    margin-bottom: 15px;
}
.category-filter .col1 > span{
    clear: left;
}
}
/* ================================================== */
@media only screen and (max-width: 600px) {
   .box.box1,
   .box.box2,
    .box.box3,
    .box.box4,
    .box.box1 img,
    .box.box2 img,
    .box.box3 img,
    .box.box4 img,
    .page-template-tpl-contact .three-columns-layout .col{
       width: 100%;
   }
}

/* ================================================== */
@media only screen and (max-width: 568px) {
    img.alignleft,
    .mobile-footer .social-feeds li{
        float: none;
    }
    .mobile-footer .social-feeds,
    .mobile-footer a.link,
    .mobile-footer .copyright {
    display: block;
    width: 90%;
        margin: 0 auto;
}
.mobile-footer .social-feeds,
    .mobile-footer a.link{
        margin-bottom: 15px;
    }
    .mobile-footer .social-feeds li {
    display: inline-block;
}
.interior .breadcrumb.alignright {
    float: none;
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
}
.interior header {
    margin-top: 0;
}
.four-columns-layout .col {
    width: 47%;
}
.four-columns-layout .col:nth-child(2n){
    margin-right: 0;
}
}
@media only screen and (max-width: 430px) {
    .page-template-tpl-profile .two-columns-layout .col.col2 figure {
    width: 42%;
}
.single-project .two-columns-layout .col.col2.img-group.isotope,
.page-template-tpl-programming .two-columns-layout .col.col2.img-group.isotope {
    position: static!important;
    height: inherit!important;
}
.two-columns-layout .col.col2 figure {
    width: 90%;
}
.single-project .two-columns-layout .col.col2 figure,
.page-template-tpl-programming .two-columns-layout .col.col2 figure{
    float: none!important;
    margin: 0 auto 10px;
    position: static!important;
    transform: none!important;
}
}
@media only screen and (max-width: 400px) {
    .four-columns-layout .col {
    width: 100%;
    margin-right: 0;
}
.two-columns-layout.category-filter .col.col2 figure{
    width: 40%;
}
}
/* Small Andriod Mobile Portrait Size ( 240 devices and browsers) */
@media only screen and (max-width: 319px) {}
