/*
	Theme Name: Royal
	Theme URI: http://royalcontract.com
	Description: Royal Contract Lighting
	Version: 1.4.3
	Author: Jason Steele (j.steele.ma@gmail.com)
	Author URI: http://statewidesoftware.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* Fonts */
@import url(http://weloveiconfonts.com/api/?family=fontawesome);

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 Helvetica, Arial, sans-serif;
	color:#444;
    background: #DAD1CB;
    padding:30px 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    display:block;
	width:960px;
    min-height:900px;
	margin:0 auto;
	position:relative;
    background:rgb(255,255,255);
}

.inner-wrapper{
    display:table-cell;
    vertical-align: middle;
}

.subpage{
    padding:0 55px 85px 55px;
}

.subpage-divider{
    position:absolute;
    right:0px;
    bottom:2px;
    width:625px;
    height:10px;
    background:rgb(162,28,61);
}

/* header */
.header {
    position:relative;
    padding:30px 55px;
}

/* logo */
.logo {
    width:230px;
    float:left;
}

/* nav */
.nav {
    float:left;
    margin-left:50px;
    position:relative;
    top:59px;
}

    .nav ul{
        padding:0;
    }
    
        .nav ul li{
            display:inline-block;
            list-style-type: none;
            margin-right:1.80em;
        }

                .nav ul li:last-of-type{
                    margin-right:0px;
                }

        .nav ul li a{
            font-family: myriad-pro, sans-serif;
            font-weight:300;
            color:rgb(161,140,124);
            font-size:19px;
        }

        .current-menu-item a{
            color:rgb(162,28,61) !important;
        }

/* sidebar */
.sidebar {

}
/* footer */
.footer {
    position:absolute;
    bottom:0px;
    background:rgb(161,140,124);
    padding:0 55px;
    display:table;
    width:100%;
    height:25px;
}

        .footer span{
            color:rgb(255,255,255);
            font-size:17px;
            font-family: myriad-pro, sans-serif;
            font-weight:300;
        }

        .footer .phone{
            margin-left:115px;
        }

            .phone a{
                color:rgb(255,255,255);
            }

        .footer .email{
            margin-left:110px;
        }

        .footer i{
            font-style: normal;
        }

        .footer .social{
            position:absolute;
            top:-1px;
            font-size:20px;
            color:rgba(255,255,255,.5);
        }

                #facebook{
                    /*right:78px;*/
                    right:56px;
                }

                #linkedin{
                    right:56px;
                }



/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* home page */

.home-featured-wrapper{
    width:642px;
    height:483px;
    float:left;
}

.home-sidebar-wrapper{
    width:175px;
    height:483px;
    float:right;
}

    .home-sidebar-wrapper h2{
        font-weight:normal;
        padding:0px;
        margin:-5px 0 15px 0;
        font-size:15px;
        font-family:myriad-pro, sans-serif;
        font-weight:600;
        letter-spacing:0.1em;
    }

            .home-sidebar-wrapper h2 a{
                color:rgb(162,28,61);
            }

    .home-sidebar-wrapper article h3{
        font-family: myriad-pro, sans-serif;
        font-weight: 600;
        line-height:110%;
        margin-bottom:3px;
    }

.featured-project-tile{
    width:642px;
    height:483px;
}

    .project-title{
        display:inline-block;
        font-size:17px;
        color:rgb(162,28,61);
        margin:5px 0;
        font-family:myriad-pro, sans-serif;
        font-weight:400;
    }

.recent-projects-tile{
    width:175px;
    height:132px;
    margin-bottom:20px;
}

.home-sidebar-wrapper h3{
    display:inline-block;
    margin:0px;
    text-transform: capitalize;
}

    .home-sidebar-wrapper h3 a{
        color: rgb(161,140,124);
    }

.home-sidebar-wrapper em{
    color: rgb(161,140,124);
    margin:0 0 7px 0;
    display:block;
    font-family:myriad-pro, sans-serif;
}

.newsletter-teaser{
    position:relative;
    background:rgba(161,140,124,.5);
    color:rgb(255,255,255);
    padding:3px 5px;
    margin:10px 0 0 0;
    width:100%;
}

    .newsletter-teaser em{
        color:rgb(255,255,255);
        display:inline-block;
        margin:0px;
    }

    .newsletter-teaser i{
        font-style: normal;
        position:absolute;
        right:5px;
    }

/* about us */

.about-sidebar-wrapper{
    float:left;
    width:190px;
    height:100%;
    margin-left:40px;
    padding:40px 0 0 0;
}

        .placeholder{
            background:rgb(140,140,140);
            width:190px;
            height:148px;
            margin-bottom:20px;
        }

        .about-photo{
            width:190px;
            height:148px;
            margin:0 0 20px 0;
        }

.about-content-wrapper{
    float:right;
    width:568px;
    padding:35px 0 0 0;
    font-family: myriad-pro, sans-serif;
}

    .about-content-wrapper p:first-of-type{
        margin-top:0px;
    }

    .about-content-wrapper p{
        font-size:15px;
    }

    .about-content-wrapper h2{
        font-size:20px;
        font-weight:700;
        margin-top:35px;
    }

/* contact */

.contact-content-wrapper{
    position:relative;
    float:right;
    width:568px;
    padding:15px 0 35px 0;
    min-height:410px;
    font-family: myriad-pro, sans-serif;
}

.contact-content-wrapper h1{
    font-weight:700;
    font-size:15px;
    padding:0px;
    margin:0px;
}

.contact-content-wrapper ul{
    padding:0px;
    margin:20px 0;
}

    .contact-content-wrapper ul:first-of-type{
        margin:0px;
    }

    .contact-content-wrapper ul li{
        font-size:15px;
        list-style-type: none;
    }

.contact-content-wrapper img{
    position:absolute;
    right:-50px;
    top:-7px;
}

.constant-contact-signup{}

        .constant-contact-signup h3{
            color:#a11c3d;
            font-size:15px;
            font-weight:bold;
            padding:0px;
            margin:30px 0 0 0;
        }

        .constant-contact-signup p{
            margin:0px;
        }

        .constant-contact-signup label{
            display:inline-block;
            margin:10px 0 0 0;
            font-size:15px;
        }

        .constant-contact-signup .input-text-wrap > input{
            border:1px solid rgba(161,140,124,.5);;
            width:200px;
            font-size:15px;
        }

        .constant-contact-signup input[type="submit"]{
            margin:15px 0 0 0;
        }

/* featured projects */

.featured-projects-wrapper{
    width:100%;
    padding:0 55px 60px 55px;
}

.project-container{
    float:left;
    width:195px;
    margin:20px 22px 0 0;
    font-family: myriad-pro, sans-serif;
    font-weight:400;
}

    .project-container:nth-of-type(4n+0){
        margin-right:0px;
    }

    .project-container-footer{
        background-color:#A18C7C;
        color:white;
        padding: 5px 0px 5px 10px;
        letter-spacing:0.05em;
        font-size:14px;
    }

/* project list */

.project-list-wrapper{
    float:right;
    width:624px;
    padding:0 0 60px 0;
}

    .project-list-wrapper ul{
        float:left;
        padding:0px;
        line-height:200%;
        max-width:285px;
    }

    ul.col-two{
        margin-left:50px;
    }

        .project-list-wrapper ul li{
            position:relative;
            list-style-type: none;
            line-height:100%;
            font-family: myriad-pro, sans-serif;
            font-size:14px;
            margin:13px 0;
        }

                .project-list-wrapper ul li a{
                    font-weight: 600;
                }

                .icon{
                    font-style:normal;
                    color:#DAD1CB;
                    position:absolute;
                    left:-20px;
                }

        .project-list-wrapper h2{
            color:#A11C3D;
            font-size:24px;
            margin:20px 0 0 0;
            font-family: myriad-pro, sans-serif;
            font-weight:700;
        }

#project-list-categories{
    padding:0px;
    float:left;
    margin:19px 0 0 55px;
    width:230px;
}

        #project-list-categories li{
            font-family:myriad-pro, sans-serif;
            font-weight:600;
            list-style-type: none;
            float:left;
        }

            #project-list-categories li:nth-of-type(2n+0){
                margin:0 0 0 15px;
            }

        #project-list-categories li .button{
            width:107px;
            height:95px;
            margin:0px;
        }

        #project-list-categories li a{
            font-size:17px;
            color: rgb(161,140,124);
            margin:10px 0;
            display:block;
        }

/* catalogs */
.catalog-wrapper{
    width:100%;
    float:right;
    padding:25px 40px 35px 0;
}


.catalog-container{
    width:175px;
    float:right;
    margin:0 20px 0 0;
}

/* blog */

section.blog{
    font-family:myriad-pro, sans-serif;
    width:625px;
    float:right;
    padding:30px 55px 25px 0;
}

        .blog p{
            font-size:15px;
            margin:20px 0;
        }

            .blog p a{
                font-weight:700;
            }

        .blog .date{
            color: rgb(161,140,124);
            font-size:18px;
            margin:0px;
            padding:0px;
        }

        .blog h1:first-of-type{
            font-weight:700;
            font-size:35px;
            color:#A11C3D;
            padding:0px;
            margin:0px;
        }

        .blog h2:first-of-type{
            font-size:25px;
            color:#007BA6;
            margin:0 0 25px 0;
            padding:0px;
            font-weight:normal;
        }

        .blog .wp-caption-text{
            color:#007BA6;
            margin:10px 0 0 0 !important;
            font-size:13px !important;
        }

        .blog .categorized{
            margin:35px 20px 20px 20px;
            color:#A11C3D;
            font-weight:600;
            font-style:italic;
        }

                .blog .categorized a{
                    font-weight:400;
                }

.blog-sidebar{
    font-family:myriad-pro, sans-serif;
    width:285px;
    padding:20px 0 0 55px;
    font-size:15px;
    color: rgb(161,140,124);
}

    .blog-sidebar a{
        color: rgb(161,140,124);
    }

    .blog-sidebar h3{
        color:#A11C3D;
    }
    
    .blog-sidebar ul{
        padding:0px;
    }
    
    .blog-sidebar ul li{
        list-style-type: none;
    }

    .blog-sidebar .search-input{
        border:1px solid rgb(161,140,124);
        width:220px;
        margin:0 0 10px 0;
    }

    .blog-sidebar .search-submit{
        display:block;
    }

    .blog-sidebar .current-cat a{
        color:#007BA6;
        font-weight:600;
    }

.blog-loop{

}

        .blog-loop h1:first-of-type{
            display:inline-block;
            margin-bottom:25px;
        }

        .blog-loop p{
            margin:0 0 0 0;
        }

        .blog-loop .attachment-post-thumbnail{
            margin:0 0 15px 0;
        }

        .blog-loop h2, .blog-loop h2 a{
            color:#A11C3D !important;
            margin:0 0 0 0;
        }

        .blog-loop hr{
            border:0;
            height:5px;
            background: #fff url(img/hr-bg.jpg) no-repeat scroll center;
            margin:35px 0;
        }

        .blog-loop .read-more{
            display:block;
            text-align:right;
            margin:10px 0 0 0;
            font-weight:600;
        }

                .read-more i{
                    font-weight:300;
                    font-style: normal;
                    margin-left:3px;
                }

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/* fontawesome */
[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
